From 225c7ebf34a9c90435932b690967538493a943ce Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 12 Oct 2020 13:46:45 +0100 Subject: release 3.5.0 --- docs/news.txt | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1