diff --git a/CHANGES.rst b/CHANGES.rst index f96d62c..52955ae 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog =========== -3.1.1 (unreleased) +3.2.0 (2019-01-05) ================== - Add support for Python 3.7. diff --git a/setup.py b/setup.py index d1e1244..4738a39 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*filenames): setup( name="z3c.pt", - version="3.1.1.dev0", + version='3.2.0', author="Malthe Borch and the Zope Community", author_email="zope-dev@zope.org", description="Fast ZPT engine.",