[Checkins] SVN: zope.app.i18n/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Wed Mar 18 09:40:07 EDT 2009


Log message for revision 98234:
  Bump version.

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-03-18 13:39:43 UTC (rev 98233)
+++ zope.app.i18n/trunk/CHANGES.txt	2009-03-18 13:40:07 UTC (rev 98234)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+3.6.1 (unreleased)
 ------------------
 
+- ...
+
+3.6.0 (2009-03-18)
+------------------
+
 - Some of ZCML configuration was moved into another packages:
 
    * The global INegotiator utility registration was moved into ``zope.i18n``.

Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2009-03-18 13:39:43 UTC (rev 98233)
+++ zope.app.i18n/trunk/setup.py	2009-03-18 13:40:07 UTC (rev 98234)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.6.0dev',
+    version = '3.6.1dev',
     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