summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-23 09:07:45 +0100
committerMichael Howitz <mh@gocept.com>2023-03-23 09:07:45 +0100
commit1123c37f115bd7ead89d76e9cf8781bdfe8ad36e (patch)
tree3a92326f0abfc45fcb36bc6f34222c9f754cabd2
parent99564e8ed832e9e76d7e893a25716e05c43967f6 (diff)
downloadzope-i18nmessageid-1123c37f115bd7ead89d76e9cf8781bdfe8ad36e.tar.gz
Back to development: 6.0.1
-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 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',