summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-01-23 10:42:00 +0100
committerMichael Howitz <mh@gocept.com>2023-01-23 10:42:00 +0100
commit1d039bc6dac39c01b45c5ca20fdea06c7c2eaf20 (patch)
treebcc5352b43068dc23bc3db47805fc3a8a0550d3d
parent5a6236e0a56d24d167a38172c52a99abb9c1f3ae (diff)
downloadzope-tal-1d039bc6dac39c01b45c5ca20fdea06c7c2eaf20.tar.gz
Preparing release 5.0.15.0.1
-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 63a2341..1185c37 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Changes
=========
-5.1 (unreleased)
-================
+5.0.1 (2023-01-23)
+==================
- Add missing ``python_requires`` to ``setup.py``.
diff --git a/setup.py b/setup.py
index d654b7b..af4fe17 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ TESTS_REQUIRE = [
]
setup(name='zope.tal',
- version='5.1.dev0',
+ version='5.0.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',