diff options
| -rw-r--r-- | docs/news.txt | 5 | ||||
| -rw-r--r-- | setup.py | 2 |
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 ----- @@ -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 |
