[Checkins] SVN: zope.app.intid/tags/3.6.0/setup.py remove dev marker

Martijn Faassen faassen at infrae.com
Sat Jan 31 11:03:41 EST 2009


Log message for revision 95753:
  remove dev marker

Changed:
  U   zope.app.intid/tags/3.6.0/setup.py

-=-
Modified: zope.app.intid/tags/3.6.0/setup.py
===================================================================
--- zope.app.intid/tags/3.6.0/setup.py	2009-01-31 16:03:04 UTC (rev 95752)
+++ zope.app.intid/tags/3.6.0/setup.py	2009-01-31 16:03:41 UTC (rev 95753)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.intid',
-      version = '3.6.0dev',
+      version = '3.6.0',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Integer Id Utility',



More information about the Checkins mailing list