summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2010-07-08 06:28:22 +0000
committerMichael Howitz <mh@gocept.com>2010-07-08 06:28:22 +0000
commitd6d232fb14d6f11bc347023cbdd39f45a19be384 (patch)
tree0b3a0a5cbe38b307712b166d9e9d5674cd1e883a
parentbd049d7dd4ef6fa64314d4d17d58058fcaa64c22 (diff)
downloadzope-i18n-d6d232fb14d6f11bc347023cbdd39f45a19be384.tar.gz
Preparing release 3.7.4
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9a1cd5e..d799081 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.7.4 (unreleased)
+3.7.4 (2010-07-08)
------------------
- Added missing test dependency on ``zope.testing``.
diff --git a/setup.py b/setup.py
index 2ef53b7..c7efc95 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(
name='zope.i18n',
- version='3.7.4dev',
+ version='3.7.4',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',