From f05aa29f7eedf675e46438bed00ffaf7d432213a Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Thu, 5 Sep 2019 11:27:50 +0100 Subject: release 3.2.0 * Ensure unicode URLs work in TestApp. * Make LimitedLengthFile file return empty bytes. * Protect against accidental close in FieldStorage. --- docs/news.txt | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/news.txt b/docs/news.txt index ca75420..094feee 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,6 +3,16 @@ News .. contents:: +3.2.0 +----- + +* Ensure unicode URLs work in TestApp. +* Make LimitedLengthFile file return empty bytes. +* Protect against accidental close in FieldStorage. + +Thanks to benjaminp for many recent contributions. + + 3.1.1 ----- diff --git a/setup.py b/setup.py index d239a12..83f6143 100644 --- a/setup.py +++ b/setup.py @@ -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 -- cgit v1.2.1