[Checkins] SVN: zope.app.i18n/trunk/ Back to development: 3.6.3dev

Thomas Lotze tl at gocept.com
Wed Oct 7 11:25:18 EDT 2009


Log message for revision 104861:
  Back to development: 3.6.3dev

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:21:30 UTC (rev 104860)
+++ zope.app.i18n/trunk/CHANGES.txt	2009-10-07 15:25:18 UTC (rev 104861)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.6.3 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.6.2 (2009-10-07)
 ------------------
 

Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2009-10-07 15:21:30 UTC (rev 104860)
+++ zope.app.i18n/trunk/setup.py	2009-10-07 15:25:18 UTC (rev 104861)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.6.2',
+    version = '3.6.3dev',
     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