summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-03-10 08:27:59 +0100
committerMichael Howitz <mh@gocept.com>2022-03-10 08:27:59 +0100
commitfca22bb84b4eaf11875a7a7207fb0c1d9be36d39 (patch)
treeef34e09eaa2dc3f419d82f30bf54147e844f583b
parent32a3bf01a78f77151bc6737230c2a088b7e24724 (diff)
downloadzope-security-fca22bb84b4eaf11875a7a7207fb0c1d9be36d39.tar.gz
Back to development: 5.3
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6a79539..72b74fe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.3 (unreleased)
+================
+
+- Nothing changed yet.
+
+
5.2 (2022-03-10)
================
diff --git a/setup.py b/setup.py
index 708eb3e..bd750ee 100644
--- a/setup.py
+++ b/setup.py
@@ -133,7 +133,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.2',
+ version='5.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',