summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-11-30 08:24:31 +0100
committerMichael Howitz <mh@gocept.com>2022-11-30 08:24:31 +0100
commit831a34f5cf3e2c4297e0da35c4f38e7cf12fac16 (patch)
tree83040ed62ca3a1b6df03c5b288cdc81ae1127e68
parent0a1427e0ff1653e458d79f10cf49a2501f4efaa5 (diff)
downloadzope-security-831a34f5cf3e2c4297e0da35c4f38e7cf12fac16.tar.gz
Back to development: 5.9
-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 0f5af0f..66223e8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.9 (unreleased)
+================
+
+- Nothing changed yet.
+
+
5.8 (2022-11-30)
================
diff --git a/setup.py b/setup.py
index 5f5732b..b1d224f 100644
--- a/setup.py
+++ b/setup.py
@@ -129,7 +129,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.8',
+ version='5.9.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',