summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-11-05 13:31:41 +0100
committerMichael Howitz <mh@gocept.com>2020-11-05 13:31:41 +0100
commitc64c69b041cc7f6eb1a57425ec5e795450f64a9e (patch)
tree4e7b5631030f587bf44e1c047645ca46d47dbde4
parent3efc9579ba378f2809579ee2dc378f09e5a57ffb (diff)
downloadzope-interface-c64c69b041cc7f6eb1a57425ec5e795450f64a9e.tar.gz
Preparing release 5.2.05.2.0
-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 9545c5d..a23d0b2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-5.2.0 (unreleased)
+5.2.0 (2020-11-05)
==================
- Add documentation section ``Persistency and Equality``
diff --git a/setup.py b/setup.py
index 5040a81..e2740ff 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
- version='5.2.0.dev0',
+ version='5.2.0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',