summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-26 15:43:58 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-26 15:43:58 -0500
commit53fa2f0d53f8c3af3f5a05b093f2d536a2dfdec1 (patch)
tree6b99999f83612fde15def5215326b30be4955042
parentb86f4f3a3586d1f8b395c648ab2da5e7b72be2fc (diff)
downloadzope-contenttype-53fa2f0d53f8c3af3f5a05b093f2d536a2dfdec1.tar.gz
svb
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4010258..37f063b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
Change History
==============
+4.1.1 (unreleased)
+------------------
+
+- TBD
+
4.1.0 (2014-12-26)
------------------
diff --git a/setup.py b/setup.py
index 8a19ea5..a3b3090 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ long_description = read('README.rst') + '\n' + read('CHANGES.rst')
setup(
name='zope.contenttype',
- version='4.1.0',
+ version='4.1.1.dev0',
url='http://pypi.python.org/pypi/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',