summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-03-10 08:27:30 +0100
committerMichael Howitz <mh@gocept.com>2022-03-10 08:27:30 +0100
commit32a3bf01a78f77151bc6737230c2a088b7e24724 (patch)
tree0748e5f0eb8960eff9fda1dcd869239925244653
parent5d37b3849d7679454e1dbb83c14b3850cc795efe (diff)
downloadzope-security-32a3bf01a78f77151bc6737230c2a088b7e24724.tar.gz
Preparing release 5.25.2
-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 1be5aa6..6a79539 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-5.2 (unreleased)
+5.2 (2022-03-10)
================
- Add support for Python 3.9 and 3.10.
diff --git a/setup.py b/setup.py
index 470416a..708eb3e 100644
--- a/setup.py
+++ b/setup.py
@@ -133,7 +133,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.2.dev0',
+ version='5.2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',