From 77f185af10a2670ac0b1173745130a7605250edf Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 6 Dec 2024 08:43:23 +0100 Subject: [PATCH] Back to development: 5.2 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 91aa478..7d47dc6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +5.2 (unreleased) +================ + +- Nothing changed yet. + + 5.1 (2024-12-06) ================ diff --git a/setup.py b/setup.py index 65d752c..03a942b 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): setup( name='zope.principalannotation', - version='5.1', + version='5.2.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.dev', description='Annotations for Zope Principals',