From 0a1427e0ff1653e458d79f10cf49a2501f4efaa5 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 30 Nov 2022 08:23:41 +0100 Subject: Preparing release 5.8 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9a7b503..0f5af0f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.8 (unreleased) +5.8 (2022-11-30) ================ - The extra ``untrustedpython`` now for Python 3, too, installs diff --git a/setup.py b/setup.py index 2dd9c9f..5f5732b 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ TESTS_REQUIRE = [ setup(name='zope.security', - version='5.8.dev0', + version='5.8', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', -- cgit v1.2.1