summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',