[Checkins] SVN: zope.app.i18n/trunk/ This probably should also be a new `y` in `x.y.z` pattern.

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


Log message for revision 98225:
  This probably should also be a new `y` in `x.y.z` pattern.

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 11:48:25 UTC (rev 98224)
+++ zope.app.i18n/trunk/CHANGES.txt	2009-03-18 11:52:07 UTC (rev 98225)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.6.0 (unreleased)
 ------------------
 
 - Some of ZCML configuration was moved into another packages:

Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2009-03-18 11:48:25 UTC (rev 98224)
+++ zope.app.i18n/trunk/setup.py	2009-03-18 11:52:07 UTC (rev 98225)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.5.1dev',
+    version = '3.6.0dev',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description='Zope i18n',



More information about the Checkins mailing list