From e8ca29303b2fbff4abb9f936263faed9eba3f238 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 6 Apr 2022 08:37:09 +0200 Subject: [PATCH] Back to development: 5.2.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a5d5c82..fd92408 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +5.2.1 (unreleased) +================== + +- Nothing changed yet. + + 5.2.0 (2022-04-06) ================== diff --git a/setup.py b/setup.py index 57f3797..1806dc3 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def _unavailable(self, e): setup(name='zope.index', - version='5.2.0', + version='5.2.1.dev0', url='https://github.com/zopefoundation/zope.index', license='ZPL 2.1', author='Zope Foundation and Contributors',