[Checkins] SVN: zope.app.i18n/trunk/ Preparing release 3.6.2

Thomas Lotze tl at gocept.com
Wed Oct 7 11:20:53 EDT 2009


Log message for revision 104859:
  Preparing release 3.6.2

Changed:
  U   zope.app.i18n/trunk/CHANGES.txt
  U   zope.app.i18n/trunk/setup.py

-=-
Modified: zope.app.i18n/trunk/CHANGES.txt
===================================================================
--- zope.app.i18n/trunk/CHANGES.txt	2009-10-07 15:18:07 UTC (rev 104858)
+++ zope.app.i18n/trunk/CHANGES.txt	2009-10-07 15:20:53 UTC (rev 104859)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.6.2 (2009-10-07)
 ------------------
 
 - Fix test_translate and follow recent change of HTTPResponse.redirect.

Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2009-10-07 15:18:07 UTC (rev 104858)
+++ zope.app.i18n/trunk/setup.py	2009-10-07 15:20:53 UTC (rev 104859)
@@ -18,7 +18,6 @@
 ##############################################################################
 """Setup for zope.app.i18n package
 """
-version = '0'
 
 import os
 
@@ -28,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = version,
+    version = '3.6.2',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description='Persistent translation domains and message catalogs',



More information about the checkins mailing list