diff --git a/CHANGES.rst b/CHANGES.rst index f0eaf64..6f7076b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +5.1 (unreleased) +================ + +- Nothing changed yet. + + 5.0 (2023-06-29) ================ diff --git a/setup.py b/setup.py index 8a1fa06..35bfefa 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): setup( name='zope.principalannotation', - version='5.0', + version='5.1.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.dev', description='Annotations for Zope Principals',