From e9d05aaaf39846a77bb36a66bb066490ff85bb24 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 7 Jan 2019 11:18:05 +0000 Subject: Release 3.0.6 * Revert 3.0.5 --- docs/news.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/news.txt b/docs/news.txt index 69c8ba2..93bb6bd 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,6 +3,12 @@ News .. contents:: +3.0.6 +----- + +* Revert the changes in the 3.0.5, which introduced unexpected errors in + ``paste/httpserver.py`` when using SSL. + 3.0.5 ----- diff --git a/setup.py b/setup.py index f220e0a..5350f32 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # - git push # - python setup.py sdist bdist_wheel upload --sign -__version__ = '3.0.5' +__version__ = '3.0.6' from setuptools import setup, find_packages import sys, os -- cgit v1.2.1