From 6f31df689378ca1b6efbe41b5ddddb018dd5c834 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 24 Mar 2023 07:58:11 +0100 Subject: Back to development: 6.0.2 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a4e8942..0a354bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +6.0.2 (unreleased) +================== + +- Nothing changed yet. + + 6.0.1 (2023-03-24) ================== diff --git a/setup.py b/setup.py index 5b75d8b..190794c 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ class optional_build_ext(build_ext): setup( name='zope.i18nmessageid', - version='6.0.1', + version='6.0.2.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Message Identifiers for internationalization', -- cgit v1.2.1