summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-02-07 11:42:10 +0100
committerMichael Howitz <mh@gocept.com>2023-02-07 11:42:10 +0100
commitc5f6752fa682a36f3825125d9dbb006bc03f5920 (patch)
tree96acc2021b695d332b54b7476e872089297301d5
parent658f5561cc34c3d720e2ee7281372369256ca962 (diff)
downloadzope-pagetemplate-c5f6752fa682a36f3825125d9dbb006bc03f5920.tar.gz
Preparing release 5.05.0
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1c56372..0d2a833 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Changes
=========
-5.0.0 (unreleased)
-==================
+5.0 (2023-02-07)
+================
- Add support for ``zope.untrustedpython`` on Python 3. With it, Python
expressions are now protected. It is activated using the ``untrusted`` extra.
diff --git a/setup.py b/setup.py
index fd2ddba..a1e40d6 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ TESTS_REQUIRE = [
setup(name='zope.pagetemplate',
- version='5.0.dev0',
+ version='5.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.dev',
description='Zope Page Templates',