[Checkins] SVN: zope.app.i18n/tags/3.5.0/setup.py remove dev marker

Christian Theune ct at gocept.com
Sun Feb 1 07:58:52 EST 2009


Log message for revision 95849:
  remove dev marker
  

Changed:
  U   zope.app.i18n/tags/3.5.0/setup.py

-=-
Modified: zope.app.i18n/tags/3.5.0/setup.py
===================================================================
--- zope.app.i18n/tags/3.5.0/setup.py	2009-02-01 12:58:26 UTC (rev 95848)
+++ zope.app.i18n/tags/3.5.0/setup.py	2009-02-01 12:58:51 UTC (rev 95849)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.5.0dev',
+    version = '3.5.0',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description='Zope i18n',



More information about the Checkins mailing list