[Checkins] SVN: zc.i18n/trunk/ prepare for a confusion-avoidance release; see CHANGES.txt notes

Fred L. Drake, Jr. fdrake at gmail.com
Tue May 20 23:19:30 EDT 2008


Log message for revision 86864:
  prepare for a confusion-avoidance release; see CHANGES.txt notes

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

-=-
Modified: zc.i18n/trunk/CHANGES.txt
===================================================================
--- zc.i18n/trunk/CHANGES.txt	2008-05-21 00:37:06 UTC (rev 86863)
+++ zc.i18n/trunk/CHANGES.txt	2008-05-21 03:19:26 UTC (rev 86864)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+0.6.1 (2008-05-20)
+
+- No code changes, and only a very minor documentation tweak.
+  Re-released to avoid confusion over package versions found in the wild.
+
 0.5.2 (2007-11-03)
 ------------------
 

Modified: zc.i18n/trunk/setup.py
===================================================================
--- zc.i18n/trunk/setup.py	2008-05-21 00:37:06 UTC (rev 86863)
+++ zc.i18n/trunk/setup.py	2008-05-21 03:19:26 UTC (rev 86864)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zc.i18n',
-      version = '0.6.0',
+      version = '0.6.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Additional I18n Support APIs',



More information about the Checkins mailing list