[Checkins] SVN: zope.app.i18n/branches/3.4/setup.py update version number for next branch release (3.4.4)

Fred L. Drake, Jr. fdrake at gmail.com
Tue Oct 23 20:50:35 EDT 2007


Log message for revision 81000:
  update version number for next branch release (3.4.4)

Changed:
  U   zope.app.i18n/branches/3.4/setup.py

-=-
Modified: zope.app.i18n/branches/3.4/setup.py
===================================================================
--- zope.app.i18n/branches/3.4/setup.py	2007-10-24 00:49:56 UTC (rev 80999)
+++ zope.app.i18n/branches/3.4/setup.py	2007-10-24 00:50:35 UTC (rev 81000)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.4.3',
+    version = '3.4.4',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope i18n',



More information about the Checkins mailing list