summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-16 16:48:05 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-16 16:48:05 +0100
commit88f6c3f6b8a2298c103a6c587c5b5267a7fbaf1e (patch)
tree044158635eb9dfdf2a22b17f261f69da53c2de69
parent91f84c7d08fee4a6a4a17a9937743824c352c55b (diff)
downloadzope-security-88f6c3f6b8a2298c103a6c587c5b5267a7fbaf1e.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 83829fb..af3ad7a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,10 @@
Changes
=========
+5.7 (unreleased)
+================
+
+
5.6 (2022-11-16)
================
diff --git a/setup.py b/setup.py
index f519ead..b9e74e2 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.6',
+ version='5.7.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',