summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2010-07-08 06:29:33 +0000
committerMichael Howitz <mh@gocept.com>2010-07-08 06:29:33 +0000
commitbebae45f9499793c54d816903b20142abb8b0d8e (patch)
tree92de645e80d44f73136d0011cae3d8fd7ebfaf8b
parentd6d232fb14d6f11bc347023cbdd39f45a19be384 (diff)
downloadzope-i18n-bebae45f9499793c54d816903b20142abb8b0d8e.tar.gz
Back to development: 3.7.5
-rw-r--r--CHANGES.txt6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d799081..d6aa52d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,12 @@
CHANGES
=======
+3.7.5 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
3.7.4 (2010-07-08)
------------------
diff --git a/setup.py b/setup.py
index c7efc95..342f3c0 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(
name='zope.i18n',
- version='3.7.4',
+ version='3.7.5dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',