summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-10-05 16:41:25 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:41:25 +0200
commit94700ac79bf5f14a59f080da10783cbb92fe037d (patch)
treeb518c9ef2ca7af39d13720dad3db42e7bfc81625
parent35e5bbd5edeacc1dcd808a5f2e3e1092378c9ddc (diff)
downloadzope-contenttype-94700ac79bf5f14a59f080da10783cbb92fe037d.tar.gz
Preparing release 4.44.4
-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 81a377e..72d2cbc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Change History
================
-4.3.1 (unreleased)
-==================
+4.4 (2018-10-05)
+================
- Add support for Python 3.7.
diff --git a/setup.py b/setup.py
index b91ed7b..2fea8e6 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='4.3.1.dev0',
+ version='4.4',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',