summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-09-07 08:18:12 +0200
committerMichael Howitz <mh@gocept.com>2022-09-07 08:18:12 +0200
commita192ea083c3497a21779e54f66022b5c36918ae2 (patch)
tree6e220d402b06b82e37ab9dd2e258a5f4f8adae16
parent4f85af2f67ab74631a84059e60f7d9703465ae24 (diff)
downloadzope-contenttype-a192ea083c3497a21779e54f66022b5c36918ae2.tar.gz
Bumped version for feature release.
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 11c1d5b..eb4cce3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Change History
================
-4.5.1 (unreleased)
-==================
+4.6 (unreleased)
+================
- Add support for Python 3.9, 3.10.
diff --git a/setup.py b/setup.py
index 5444487..27a3250 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='4.5.1.dev0',
+ version='4.6.dev0',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',