summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 223729c..691a887 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.5.0 (unreleased)
+4.5.0 (2018-04-19)
------------------
- Drop support for 3.3, avoid accidental dependence breakage via setup.py.
diff --git a/setup.py b/setup.py
index 194a5f1..ad25ca2 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ long_description=(
)
setup(name='zope.interface',
- version='4.5.0.dev0',
+ version='4.5.0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',