summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-10-05 16:41:47 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:41:47 +0200
commit1ff5d03b90cf0a2e37fc673e3865e506c6734b94 (patch)
tree7f7125993ffc7d0bcca77366d94a8d4d99b09a91
parent94700ac79bf5f14a59f080da10783cbb92fe037d (diff)
downloadzope-contenttype-1ff5d03b90cf0a2e37fc673e3865e506c6734b94.tar.gz
Back to development: 4.5
-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 72d2cbc..00bc4a2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Change History
================
+4.5 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.4 (2018-10-05)
================
diff --git a/setup.py b/setup.py
index 2fea8e6..e0c37dd 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='4.4',
+ version='4.5.dev0',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',