From 1123c37f115bd7ead89d76e9cf8781bdfe8ad36e Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 23 Mar 2023 09:07:45 +0100 Subject: Back to development: 6.0.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4e6b307..c9ffa2b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +6.0.1 (unreleased) +================== + +- Nothing changed yet. + + 6.0.0 (2023-03-23) ================== diff --git a/setup.py b/setup.py index 8ef4d11..cfb67aa 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ class optional_build_ext(build_ext): setup( name='zope.i18nmessageid', - version='6.0.0', + version='6.0.1.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Message Identifiers for internationalization', -- cgit v1.2.1