summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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