summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-10-12 13:46:45 +0100
committerChris Dent <cdent@anticdent.org>2020-10-12 13:46:45 +0100
commit225c7ebf34a9c90435932b690967538493a943ce (patch)
tree3ec701c2d0e8b54b998253ed914175f3e499fcc4
parent58b720d8ee7f0c1d7b4ad1d596602e29942c0679 (diff)
downloadpaste-git-225c7ebf34a9c90435932b690967538493a943ce.tar.gz
release 3.5.03.5.0
-rw-r--r--docs/news.txt8
-rw-r--r--setup.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 829e90d..d3ccc5d 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,14 @@ News
.. contents::
+3.5.0
+-----
+
+* Python 3 fixes to auth and wsgi.errors handling; notably making
+ wsgi.errors text.
+
+Thanks to brondsem.
+
3.4.6
-----
diff --git a/setup.py b/setup.py
index 8b6f064..436c031 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.6'
+__version__ = '3.5.0'
from setuptools import setup, find_packages
import sys, os