[Checkins] SVN: zope.intid/tags/3.7.2/ release 3.7.2

Nikolay Kim fafhrd91 at gmail.com
Sun Dec 27 01:05:01 EST 2009


Log message for revision 107140:
  release 3.7.2

Changed:
  A   zope.intid/tags/3.7.2/
  U   zope.intid/tags/3.7.2/CHANGES.txt
  U   zope.intid/tags/3.7.2/setup.py

-=-
Modified: zope.intid/tags/3.7.2/CHANGES.txt
===================================================================
--- zope.intid/trunk/CHANGES.txt	2009-12-27 06:03:02 UTC (rev 107139)
+++ zope.intid/tags/3.7.2/CHANGES.txt	2009-12-27 06:05:01 UTC (rev 107140)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.2 (unreleased)
+3.7.2 (2009-12-27)
 ------------------
 
 - Use the zope.component API in favor of ztapi.

Modified: zope.intid/tags/3.7.2/setup.py
===================================================================
--- zope.intid/trunk/setup.py	2009-12-27 06:03:02 UTC (rev 107139)
+++ zope.intid/tags/3.7.2/setup.py	2009-12-27 06:05:01 UTC (rev 107140)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.intid',
-      version = '3.7.2dev',
+      version = '3.7.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Integer Id Utility',



More information about the checkins mailing list