[Checkins] SVN: zope.intid/trunk/ vb

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


Log message for revision 107141:
  vb

Changed:
  U   zope.intid/trunk/CHANGES.txt
  U   zope.intid/trunk/setup.py

-=-
Modified: zope.intid/trunk/CHANGES.txt
===================================================================
--- zope.intid/trunk/CHANGES.txt	2009-12-27 06:05:01 UTC (rev 107140)
+++ zope.intid/trunk/CHANGES.txt	2009-12-27 06:09:31 UTC (rev 107141)
@@ -2,9 +2,15 @@
 CHANGES
 =======
 
-3.7.2 (unreleased)
+3.7.3 (unreleased)
 ------------------
 
+- ...
+
+
+3.7.2 (2009-12-27)
+------------------
+
 - Use the zope.component API in favor of ztapi.
 
 - Removed ``zope.app.testing`` dependency

Modified: zope.intid/trunk/setup.py
===================================================================
--- zope.intid/trunk/setup.py	2009-12-27 06:05:01 UTC (rev 107140)
+++ zope.intid/trunk/setup.py	2009-12-27 06:09:31 UTC (rev 107141)
@@ -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.3dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Integer Id Utility',



More information about the checkins mailing list