summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-27 08:28:59 +0200
committerMichael Howitz <mh@gocept.com>2022-04-27 08:28:59 +0200
commit90491d57081a3e6f6a1732914b055397b04008bd (patch)
treedb1180da9cbcabbe5e9e7588f5b2140859b36992
parent8165b02662558fc06f9c14f69a5f30e23d462964 (diff)
downloadzope-security-90491d57081a3e6f6a1732914b055397b04008bd.tar.gz
Back to development: 5.4
-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 c56a00b..7bc7a4e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.4 (unreleased)
+================
+
+- Nothing changed yet.
+
+
5.3 (2022-04-27)
================
diff --git a/setup.py b/setup.py
index e02c885..b054dcd 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.3',
+ version='5.4.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',