[Checkins] SVN: zope.i18n/trunk/ Prepare zope.i18n 3.7.3.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 16:01:46 EDT 2010


Log message for revision 111694:
  Prepare zope.i18n 3.7.3.

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

-=-
Modified: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2010-04-30 20:00:16 UTC (rev 111693)
+++ zope.i18n/trunk/CHANGES.txt	2010-04-30 20:01:46 UTC (rev 111694)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Next release
-------------
+3.7.3 (2010-04-30)
+------------------
 
 - Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.
 

Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2010-04-30 20:00:16 UTC (rev 111693)
+++ zope.i18n/trunk/setup.py	2010-04-30 20:01:46 UTC (rev 111694)
@@ -29,10 +29,10 @@
 
 setup(
     name='zope.i18n',
-    version='3.7.3dev',
+    version='3.7.3',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
-    description='Zope3 Internationalization Support',
+    description='Zope Internationalization Support',
     long_description=(
         read('README.txt')
         + '\n\n' +



More information about the checkins mailing list