summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2019-11-25 21:05:58 +0000
committerChris Dent <cdent@anticdent.org>2019-11-25 21:05:58 +0000
commit104d8ad3f89462dab32c37d0fbdf3c728ffd3223 (patch)
tree783fbf2db094b2994c332730d70453e7a207f00e
parenteff33e19a0ec402379a150b3fdcc099e9f666c02 (diff)
downloadpaste-git-104d8ad3f89462dab32c37d0fbdf3c728ffd3223.tar.gz
release 3.2.33.2.3
-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 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