summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2009-12-14 13:51:24 +0000
committerChris McDonough <chrism@plope.com>2009-12-14 13:51:24 +0000
commitbc9a3de2285c6c46597c4f92f26f9f3de3f29b49 (patch)
tree3de02038e167b0df16626370cd96c40ff7559f2f
parente1bc04c869629140e8b367c535726ab59ee48a04 (diff)
downloadzope-i18n-bc9a3de2285c6c46597c4f92f26f9f3de3f29b49.tar.gz
Prep for 3.7.2.
-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 14b42ea..7f8b7ee 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.7.2 (unreleased)
+3.7.2 (2009-12-14)
------------------
- It's a critical error when the ``GetText`` library is unavailable
diff --git a/setup.py b/setup.py
index b9e2ab4..71bda78 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ def read(*rnames):
setup(
name='zope.i18n',
- version = '3.7.2dev',
+ version = '3.7.2',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope3 Internationalization Support',