summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-09-07 08:18:31 +0200
committerMichael Howitz <mh@gocept.com>2022-09-07 08:18:31 +0200
commit06793f4e14425e72853abedb4bf8016d5ea52970 (patch)
treec1ed58291bfd492b87be5406c9136c7647cc108b
parenta192ea083c3497a21779e54f66022b5c36918ae2 (diff)
downloadzope-contenttype-06793f4e14425e72853abedb4bf8016d5ea52970.tar.gz
Preparing release 4.64.6
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index eb4cce3..9d81853 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Change History
================
-4.6 (unreleased)
+4.6 (2022-09-07)
================
- Add support for Python 3.9, 3.10.
diff --git a/setup.py b/setup.py
index 27a3250..e8d5763 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='4.6.dev0',
+ version='4.6',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',