summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-09-15 08:29:34 +0200
committerMichael Howitz <mh@gocept.com>2022-09-15 08:29:34 +0200
commite5e6e3f3e62a1fb244c887d940c782e9d102a973 (patch)
tree9cd76979fa90bfa3d3031b5edb5da6ec10fb7f25
parent0dc2a94e03119f9492b3c72d3671bdf64b8d6a43 (diff)
downloadzope-security-e5e6e3f3e62a1fb244c887d940c782e9d102a973.tar.gz
Back to development: 5.5
-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 83f7266..cecf458 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.5 (unreleased)
+================
+
+- Nothing changed yet.
+
+
5.4 (2022-09-15)
================
diff --git a/setup.py b/setup.py
index 41682e9..eea79b7 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.4',
+ version='5.5.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',