summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2019-10-14 10:50:55 +0100
committerChris Dent <cdent@anticdent.org>2019-10-14 10:50:55 +0100
commit6d7526982e00fc49634503123fbb8f7a95a678a4 (patch)
tree75d3a4cbfae8b14b8ea9b197f947ee2df96f3aef
parent80d4e022687e8bc3408296d8b27d2c13d1527872 (diff)
downloadpaste-git-6d7526982e00fc49634503123fbb8f7a95a678a4.tar.gz
release 3.2.23.2.2
* Avoid some reference cycles through tracebacks in httpserver.py
-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 6e975e2..bcff5af 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,11 @@ News
.. contents::
+3.2.2
+-----
+
+* Avoid some reference cycles through tracebacks in httpserver.py
+
3.2.1
-----
diff --git a/setup.py b/setup.py
index af5dd10..a89e580 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.2.1'
+__version__ = '3.2.2'
from setuptools import setup, find_packages
import sys, os