From a418b48799b75b49514684dc8513b097a7ff1aa7 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 24 Feb 2023 08:10:13 +0100 Subject: [PATCH] Preparing release 5.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fc2c63f..0e0023b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.0 (unreleased) +5.0 (2023-02-24) ================ - Add support for Python 3.9, 3.10, 3.11. diff --git a/setup.py b/setup.py index acca9e1..bc4cc6a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(*rnames): setup( name='zope.securitypolicy', - version='5.0.dev0', + version='5.0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.dev', description='Default security policy for Zope3',