summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-06-11 08:06:42 +0200
committerMichael Howitz <mh@gocept.com>2021-06-11 08:07:06 +0200
commit1a29ae248df38b66f795b4142c325395adb69ca3 (patch)
tree5589ae24e9f24ae7674ce8af577c59046b8b0714
parent4c23710916428a8ca20a4860b0349fe9d70c5175 (diff)
downloadzope-pagetemplate-re-enable-zope.untrustedpython.tar.gz
Bumped version for breaking release.re-enable-zope.untrustedpython
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c3e2231..b0215d8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-4.6.0 (unreleased)
+5.0.0 (unreleased)
==================
- Avoid traceback reference cycle in ``PageTemplate._cook``.
diff --git a/setup.py b/setup.py
index 11fbe29..a6aab2f 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ TESTS_REQUIRE = [
setup(name='zope.pagetemplate',
- version='4.6.0.dev0',
+ version='5.0.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',