summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-03-27 13:32:04 -0500
committerJason Madden <jamadden@gmail.com>2020-03-27 13:32:04 -0500
commita332b59579d53e07ba9f8256415f8e684b6257ef (patch)
tree88ddb5979b36c2e4fea66a3b2033d607b762477b
parent730a67a155364dcabf0043ea369fa00e6920e9dc (diff)
downloadzope-tales-a332b59579d53e07ba9f8256415f8e684b6257ef.tar.gz
Back to development: 5.0.3
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f0c3010..64a7d92 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.0.3 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
5.0.2 (2020-03-27)
==================
diff --git a/setup.py b/setup.py
index d91b7a6..df27d98 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
setup(
name='zope.tales',
- version='5.0.2',
+ version='5.0.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language Expression Syntax '