summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-01-26 15:37:33 +0000
committerChris Dent <cdent@anticdent.org>2020-01-26 15:37:33 +0000
commitaaa216c6e0a3c1fd18fccd07ccd4c13230c9f87a (patch)
treebe5c73ad5342486f99a988ed648a18b8ac5f7b0a
parent221d33c102b83abc4657e9aafb135844d5215bdb (diff)
downloadpaste-git-aaa216c6e0a3c1fd18fccd07ccd4c13230c9f87a.tar.gz
relese 3.2.73.2.7
more python3 fixes
-rw-r--r--docs/news.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 7271f9a..0207943 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.2.7
+-----
+
+* Python 3 updates for use of StringIO and auth_tkt.py.
+
3.2.6
-----
diff --git a/setup.py b/setup.py
index 0cf9806..1c64213 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.2.6'
+__version__ = '3.2.7'
from setuptools import setup, find_packages
import sys, os