summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2016-08-26 09:31:42 +0200
committerMichael Howitz <mh@gocept.com>2016-08-26 09:31:42 +0200
commitdc5f6fdd7675f9ab81ad583c4a3d5742a154e3de (patch)
tree1469484ce488b20c44275d01a96138a14b613c19
parent1f6576a984544eb0b251d05c9a0bc9e5d9364896 (diff)
downloadzope-contenttype-dc5f6fdd7675f9ab81ad583c4a3d5742a154e3de.tar.gz
Back to development: 4.3.0
-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 1d069fb..b742a13 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Change History
==============
+4.3.0 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.2.0 (2016-08-26)
------------------
diff --git a/setup.py b/setup.py
index bddba9d..ee0ae3b 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.2.0',
+ version='4.3.0.dev0',
url='http://pypi.python.org/pypi/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',