summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-10-05 16:47:34 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:47:34 +0200
commitd16e9c5078907caca990073c84222e2520f7770c (patch)
tree97fd4125fada55d1e3ea2686370d7bca800181ec
parentd3d67711267850040551792290bfa6ab76d7769f (diff)
downloadzope-i18n-d16e9c5078907caca990073c84222e2520f7770c.tar.gz
Back to development: 4.5
-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 59ea19e..cbd6bd4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=========
+4.5 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.4 (2018-10-05)
================
diff --git a/setup.py b/setup.py
index d6e872d..579eafe 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.4',
+ version='4.5.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',