summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2019-01-07 11:18:05 +0000
committerChris Dent <chris.dent@gmail.com>2019-01-07 11:18:05 +0000
commite9d05aaaf39846a77bb36a66bb066490ff85bb24 (patch)
treed475d0c7512e21fbe29086579401064f321a536b
parentd12aa258e7b2a1a53046f9a84224cc94da2a8502 (diff)
downloadpaste-git-e9d05aaaf39846a77bb36a66bb066490ff85bb24.tar.gz
Release 3.0.63.0.6
* Revert 3.0.5
-rw-r--r--docs/news.txt6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
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