From ae63972689d63ca5854eb174195f34ec69f6c2bf Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 24 Mar 2023 08:17:34 +0100 Subject: [PATCH] Preparing release 6.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index be8ac55..1e8eb69 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -6.0 (unreleased) +6.0 (2023-03-24) ================ - Add support for Python 3.11. diff --git a/setup.py b/setup.py index 6f15c86..ba24e45 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def _unavailable(self, e): setup(name='zope.index', - version='6.0.dev0', + version='6.0', url='https://github.com/zopefoundation/zope.index', license='ZPL 2.1', author='Zope Foundation and Contributors',