From 104d8ad3f89462dab32c37d0fbdf3c728ffd3223 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 25 Nov 2019 21:05:58 +0000 Subject: release 3.2.3 --- docs/news.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/news.txt b/docs/news.txt index bcff5af..ee05a2b 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,6 +3,11 @@ News .. contents:: +3.2.3 +----- + +* Correct ``100 Continue`` in Python 3 + 3.2.2 ----- diff --git a/setup.py b/setup.py index a89e580..ad558a0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # - git push # - python setup.py sdist bdist_wheel upload --sign -__version__ = '3.2.2' +__version__ = '3.2.3' from setuptools import setup, find_packages import sys, os -- cgit v1.2.1