summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',