summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-24 07:58:11 +0100
committerMichael Howitz <mh@gocept.com>2023-03-24 07:58:11 +0100
commit6f31df689378ca1b6efbe41b5ddddb018dd5c834 (patch)
treeaaf2c24771ac76fd2a545a4899e7fa405c3e8069
parentce0d36c9024f787b0ae2f03ae9180330a5bca6e3 (diff)
downloadzope-i18nmessageid-master.tar.gz
Back to development: 6.0.2HEADmaster
-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',