From 6951e0680621b49b680c121746fec3eff6074cf5 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 6 Dec 2024 08:43:01 +0100 Subject: [PATCH] Preparing release 5.1 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ee6163d..91aa478 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.1 (unreleased) +5.1 (2024-12-06) ================ - Add support for Python 3.12, 3.13. diff --git a/setup.py b/setup.py index d957630..65d752c 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): setup( name='zope.principalannotation', - version='5.1.dev0', + version='5.1', author='Zope Foundation and Contributors', author_email='zope-dev@zope.dev', description='Annotations for Zope Principals',