[Checkins] SVN: zope.app.i18n/trunk/setup.py Updated version.

Jim Fulton jim at zope.com
Sat Aug 15 09:55:50 EDT 2009


Log message for revision 102804:
  Updated version.
  

Changed:
  U   zope.app.i18n/trunk/setup.py

-=-
Modified: zope.app.i18n/trunk/setup.py
===================================================================
--- zope.app.i18n/trunk/setup.py	2009-08-15 13:54:31 UTC (rev 102803)
+++ zope.app.i18n/trunk/setup.py	2009-08-15 13:55:50 UTC (rev 102804)
@@ -12,9 +12,8 @@
 #
 ##############################################################################
 """Setup for zope.app.i18n package
-
-$Id$
 """
+version = '0'
 
 import os
 
@@ -24,7 +23,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.i18n',
-    version = '3.6.1dev',
+    version = version,
     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