summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-11-12 14:12:16 +0200
committerMarius Gedminas <marius@gedmin.as>2019-11-12 14:12:16 +0200
commit87e8efdb6474a31815402519f44193a3f19c25bd (patch)
tree51b33e86d438d5c8014133c8aaeb5d883b3c3cff
parent3a2efe33719d0b99a07f0e9374290aa425850ecd (diff)
downloadzope-i18nmessageid-87e8efdb6474a31815402519f44193a3f19c25bd.tar.gz
Back to development: 5.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 3b2e511..a5d7f13 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.0.1 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
5.0.0 (2019-11-12)
==================
diff --git a/setup.py b/setup.py
index d214024..b81e53d 100644
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,7 @@ class optional_build_ext(build_ext):
setup(
name='zope.i18nmessageid',
- version='5.0.0',
+ version='5.0.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',