summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-23 09:07:31 +0100
committerMichael Howitz <mh@gocept.com>2023-03-23 09:07:31 +0100
commit99564e8ed832e9e76d7e893a25716e05c43967f6 (patch)
treebbac1569077cd311d1b79736075b6e1e3f7cd40a
parenta55a1ac372fa5e8c0cf0d3dd6cd112acdba7c135 (diff)
downloadzope-i18nmessageid-99564e8ed832e9e76d7e893a25716e05c43967f6.tar.gz
Preparing release 6.0.06.0.0
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8e5f5d2..4e6b307 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-6.0.0 (unreleased)
+6.0.0 (2023-03-23)
==================
- Drop support for Python 2.7, 3.5, 3.6.
diff --git a/setup.py b/setup.py
index 28d5987..8ef4d11 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.dev0',
+ version='6.0.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',