summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
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',