[Checkins] SVN: zope.app.i18n/tags/3.6.1/setup.py Updated version for release.

Jim Fulton jim at zope.com
Sat Aug 15 09:54:31 EDT 2009


Log message for revision 102803:
  Updated version for release.
  

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

-=-
Modified: zope.app.i18n/tags/3.6.1/setup.py
===================================================================
--- zope.app.i18n/tags/3.6.1/setup.py	2009-08-15 13:53:10 UTC (rev 102802)
+++ zope.app.i18n/tags/3.6.1/setup.py	2009-08-15 13:54:31 UTC (rev 102803)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.6.1dev',
+    version = '3.6.1',
     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