summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2017-05-02 07:21:44 -0400
committerTres Seaver <tseaver@palladion.com>2017-05-02 07:21:44 -0400
commit9632d5a792405cd01fda4b81c518ae84af0d53ba (patch)
tree6abda36c4481409ee35cfc452d25a28d1e9206c8
parent01562fdf0cb808a408b947416d430e359342f6e7 (diff)
downloadzope-i18nmessageid-9632d5a792405cd01fda4b81c518ae84af0d53ba.tar.gz
svb
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 29940e2..ab3428e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
Changes
=======
+4.1.1 (unreleased)
+------------------
+
+- TBD
+
4.1.0 (2017-05-02)
------------------
diff --git a/setup.py b/setup.py
index 589b91a..8d57d48 100644
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ class optional_build_ext(build_ext):
sys.stderr.write('*' * 80 + '\n')
setup(name='zope.i18nmessageid',
- version='4.1.0',
+ version='4.1.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',