summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-29 13:35:03 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-29 13:35:03 -0500
commit130395217127037f6464c9a278eb116cbc1bc01c (patch)
treec60b5412d435e54ca8606d478a7c6204000f470d
parente1a2b9bac77662a0454bb48979dc46ed961ca08e (diff)
downloadzope-tal-130395217127037f6464c9a278eb116cbc1bc01c.tar.gz
svb
-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 7f4304e..5da59ee 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changes
=======
+4.1.1 (unreleased)
+------------------
+
+- TBD
+
+
4.1.0 (2014-12-19)
------------------
diff --git a/setup.py b/setup.py
index b647045..793c179 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ def alltests():
return TestSuite(suites)
setup(name='zope.tal',
- version='4.1.0',
+ version='4.1.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language (TAL)',