summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-05-16 17:07:12 +0000
committerTres Seaver <tseaver@palladion.com>2012-05-16 17:07:12 +0000
commitfc0531b1330dbf958e8fe49c0a05cea5732b51de (patch)
tree864f34f4195da90899c186da34f63cf17fd47459
parent24782dab1684d1752a59d894805dec0159311b8d (diff)
downloadzope-i18nmessageid-fc0531b1330dbf958e8fe49c0a05cea5732b51de.tar.gz
Prep 4.0.0 release.
-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 2e3d996..d438cfb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-4.0.0 (unreleased)
+4.0.0 (2012-05-16)
------------------
- Automated build of Sphinx HTML docs and running doctest snippets via tox.
diff --git a/setup.py b/setup.py
index 93c747f..435f97b 100644
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ class optional_build_ext(build_ext):
sys.stderr.write('*' * 80 + '\n')
setup(name='zope.i18nmessageid',
- version = '4.0.0dev',
+ version = '4.0.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',