summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-05-02 15:09:28 +0200
committerMichael Howitz <mh@gocept.com>2023-05-02 15:09:28 +0200
commitf183f6724a8478d7758e8a249ffeb0319b07a32c (patch)
tree54b05981f072608fd84df9b5b3bac4a929eeb195
parent9a07c9c46f1db9845d810d9639faf8b944182bc6 (diff)
downloadzope-security-4.0.x.tar.gz
Back to development: 4.0.54.0.x
-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 506ad75..1997903 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changes
=======
+4.0.5 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.0.4 (2023-05-02)
------------------
diff --git a/setup.py b/setup.py
index d1dd9d1..774efac 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ else:
]
setup(name='zope.security',
- version='4.0.4',
+ version='4.0.5.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',