diff options
author | Chris Dent <chris.dent@gmail.com> | 2019-09-05 11:27:50 +0100 |
---|---|---|
committer | Chris Dent <chris.dent@gmail.com> | 2019-09-05 11:27:50 +0100 |
commit | f05aa29f7eedf675e46438bed00ffaf7d432213a (patch) | |
tree | 858d58c56a7d223a78902f1c1bd5a7f21023aac2 /setup.py | |
parent | 71336fdd0dd7a4f12c3bbe077d6ec047fd84f9a8 (diff) | |
download | paste-git-f05aa29f7eedf675e46438bed00ffaf7d432213a.tar.gz |
release 3.2.03.2.0
* Ensure unicode URLs work in TestApp.
* Make LimitedLengthFile file return empty bytes.
* Protect against accidental close in FieldStorage.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # - git push # - python setup.py sdist bdist_wheel upload --sign -__version__ = '3.1.1' +__version__ = '3.2.0' from setuptools import setup, find_packages import sys, os |