summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2019-12-19 06:02:00 -0600
committerJason Madden <jamadden@gmail.com>2019-12-19 06:02:00 -0600
commita1c458ebe3c54587f402476d35f205b69cd322b2 (patch)
tree4d946e870920ca033e7925b2db7c1b82286ebe32
parent60f2474cbe0c2e4624afc5b9a2a4ca387edb7bdc (diff)
downloadzope-contenttype-a1c458ebe3c54587f402476d35f205b69cd322b2.tar.gz
Preparing release 4.5.04.5.0
-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 b724e57..6fe9662 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Change History
================
-4.5 (unreleased)
-================
+4.5.0 (2019-12-19)
+==================
- Fix tests on Python 3.8
(`#7 <https://github.com/zopefoundation/zope.contenttype/issues/7>`_).
diff --git a/setup.py b/setup.py
index fbb2945..7afab18 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='4.5.dev0',
+ version='4.5.0',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',