summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-03-27 13:31:46 -0500
committerJason Madden <jamadden@gmail.com>2020-03-27 13:31:46 -0500
commit730a67a155364dcabf0043ea369fa00e6920e9dc (patch)
treeaaf6275819df6e59b743f4654ea258084de08140
parentbfdb1f04fb41e94990192defd8a6556c76749176 (diff)
downloadzope-tales-730a67a155364dcabf0043ea369fa00e6920e9dc.tar.gz
Preparing release 5.0.25.0.2
-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 3fc7990..f0c3010 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-5.0.2 (unreleased)
+5.0.2 (2020-03-27)
==================
- Cleanups for Plone 5.2:
diff --git a/setup.py b/setup.py
index e8788ec..d91b7a6 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
setup(
name='zope.tales',
- version='5.0.2.dev0',
+ version='5.0.2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language Expression Syntax '