summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c15078b..eff5e0a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+4.3.1 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.3.0 (2017-08-08)
==================
diff --git a/setup.py b/setup.py
index cad401d..7a8312f 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ TESTS_REQUIRE = [
]
setup(name='zope.tal',
- version='4.3.0',
+ version='4.3.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',