summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-28 13:33:55 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-02-28 13:33:55 -0500
commit9e1f4f2edf041fb5ba600c874c3365cad5246da2 (patch)
treede17bba20dc4195e35e88527cb445fbcc55ded51
parent4252fbc1c0098c9fc32bcfd46b9887f31bdced99 (diff)
downloadzope-pagetemplate-9e1f4f2edf041fb5ba600c874c3365cad5246da2.tar.gz
Back to development: 4.0.4
-rw-r--r--CHANGES.txt6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1d10aba..c76212f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,12 @@
CHANGES
=======
+4.0.4 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.0.3 (2013-02-28)
------------------
diff --git a/setup.py b/setup.py
index 8034f44..e891fb5 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ TESTS_REQUIRE = [
setup(name='zope.pagetemplate',
- version='4.0.3',
+ version='4.0.4.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',