summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 086303d..2e2f126 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,10 @@
Change History
==============
+3.5.4 (unreleased)
+------------------
+
+
3.5.3 (2011-03-18)
------------------
diff --git a/setup.py b/setup.py
index 9f3957a..dafb8c9 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ long_description = (
setup(
name='zope.contenttype',
- version='3.5.3',
+ version='3.5.4dev',
url='http://pypi.python.org/pypi/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',