diff options
| author | Chris Dent <cdent@anticdent.org> | 2020-01-26 15:37:33 +0000 |
|---|---|---|
| committer | Chris Dent <cdent@anticdent.org> | 2020-01-26 15:37:33 +0000 |
| commit | aaa216c6e0a3c1fd18fccd07ccd4c13230c9f87a (patch) | |
| tree | be5c73ad5342486f99a988ed648a18b8ac5f7b0a | |
| parent | 221d33c102b83abc4657e9aafb135844d5215bdb (diff) | |
| download | paste-git-3.2.7.tar.gz | |
relese 3.2.73.2.7
more python3 fixes
| -rw-r--r-- | docs/news.txt | 5 | ||||
| -rw-r--r-- | setup.py | 2 |
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 ----- @@ -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 |
