summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-17 15:01:19 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-17 15:01:19 +0100
commit945ba80910cd475441864175425ace44f1fb3e39 (patch)
treeac34092b768075a6d629b2849133018bb1a124aa
parentc185040982bdb96fb4ecd3cba2f2fb8c30992969 (diff)
downloadzope-security-945ba80910cd475441864175425ace44f1fb3e39.tar.gz
- vb [ci skip]
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 60b05d1..b22c091 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,10 @@
Changes
=========
+5.8 (unreleased)
+================
+
+
5.7 (2022-11-17)
================
diff --git a/setup.py b/setup.py
index 8f3e305..1c82eab 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.7',
+ version='5.8.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',