summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-08-10 07:51:43 -0500
committerJason Madden <jamadden@gmail.com>2017-08-10 07:51:43 -0500
commit1cb524d765e94b54dc25243d2fb4e38b562691b1 (patch)
tree1c1fc40a9fffafb0801fb9c665d8052e7413fabc
parent3f53be5bbfc18ce000377f9da447ca968f725a02 (diff)
downloadzope-contenttype-1cb524d765e94b54dc25243d2fb4e38b562691b1.tar.gz
Back to development: 4.3.1
-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 bb69ddd..2551320 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Change History
================
+4.3.1 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.3.0 (2017-08-10)
==================
diff --git a/setup.py b/setup.py
index 601d292..a9eb881 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='4.3.0',
+ version='4.3.1.dev0',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',