summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-09-07 08:18:58 +0200
committerMichael Howitz <mh@gocept.com>2022-09-07 08:18:58 +0200
commitd686a14e5663c5f852abe8933c3aa31b53026960 (patch)
treebbfc7db9755a82eb51cdeffae4a712d8b449bf65
parent06793f4e14425e72853abedb4bf8016d5ea52970 (diff)
downloadzope-contenttype-d686a14e5663c5f852abe8933c3aa31b53026960.tar.gz
Back to development: 4.7
-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 9d81853..38cfdd2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Change History
================
+4.7 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.6 (2022-09-07)
================
diff --git a/setup.py b/setup.py
index e8d5763..140eb8a 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='4.6',
+ version='4.7.dev0',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',