[Checkins] SVN: zope.app.i18n/trunk/ vb

Wolfgang Schnerring wosc at wosc.de
Tue Jan 27 08:09:22 EST 2009


Log message for revision 95175:
  vb

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-01-27 13:05:27 UTC (rev 95174)
+++ zope.app.i18n/trunk/CHANGES.txt	2009-01-27 13:09:22 UTC (rev 95175)
@@ -2,12 +2,22 @@
 CHANGES
 =======
 
-Version 3.4.5 (unreleased)
+Version 3.4.7 (unreleased)
 --------------------------
 
+-
+
+Version 3.4.6 (2009/01/27)
+--------------------------
+
 - Fix a simple inconsistent MRO problem in tests
 - Substitute zope.app.zapi by direct calls to its wrapped apis. See bug 219302 
 
+Version 3.4.5 (unreleased)
+--------------------------
+
+- This version was skipped over by accident.
+
 Version 3.4.4 (2007/10/23)
 --------------------------
 

Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2009-01-27 13:05:27 UTC (rev 95174)
+++ zope.app.i18n/trunk/setup.py	2009-01-27 13:09:22 UTC (rev 95175)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.5',
+    version = '3.4.7dev',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope i18n',



More information about the Checkins mailing list