summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-17 14:10:36 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-17 14:10:36 +0100
commitc185040982bdb96fb4ecd3cba2f2fb8c30992969 (patch)
treec58f6831e68d80f0193aeb55f405a6a5cf5f396f
parenteedf59457251cee97f3abf0615568a7891760790 (diff)
downloadzope-security-c185040982bdb96fb4ecd3cba2f2fb8c30992969.tar.gz
- prepare release 5.75.7
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index af3ad7a..60b05d1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,9 +2,11 @@
Changes
=========
-5.7 (unreleased)
+5.7 (2022-11-17)
================
+- Release to rebuild full set of binary wheels.
+
5.6 (2022-11-16)
================
diff --git a/setup.py b/setup.py
index b9e74e2..8f3e305 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.7.dev0',
+ version='5.7',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',