From f50c9f736278bd2d302b3098bd40679cfd3cc19b Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 6 Apr 2022 08:36:18 +0200 Subject: [PATCH] Preparing release 5.2.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8358483..a5d5c82 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -5.2.0 (unreleased) +5.2.0 (2022-04-06) ================== - Add support for Python 3.10. diff --git a/setup.py b/setup.py index 560c31e..57f3797 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def _unavailable(self, e): setup(name='zope.index', - version='5.2.0.dev0', + version='5.2.0', url='https://github.com/zopefoundation/zope.index', license='ZPL 2.1', author='Zope Foundation and Contributors',