[Checkins] SVN: zope.intid/trunk/ Prepare zope.intid 3.7.2.

Hanno Schlichting hannosch at hannosch.eu
Sun Dec 27 08:28:36 EST 2009


Log message for revision 107162:
  Prepare zope.intid 3.7.2.

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 13:27:52 UTC (rev 107161)
+++ zope.intid/trunk/CHANGES.txt	2009-12-27 13:28:36 UTC (rev 107162)
@@ -2,20 +2,13 @@
 CHANGES
 =======
 
-3.7.3 (unreleased)
-------------------
-
-- ...
-
-
 3.7.2 (2009-12-27)
 ------------------
 
 - Use the zope.component API in favor of ztapi.
 
-- Removed ``zope.app.testing`` dependency
+- Removed ``zope.app.testing`` dependency.
 
-
 3.7.1 (2009-05-18)
 ------------------
 

Modified: zope.intid/trunk/setup.py
===================================================================
--- zope.intid/trunk/setup.py	2009-12-27 13:27:52 UTC (rev 107161)
+++ zope.intid/trunk/setup.py	2009-12-27 13:28:36 UTC (rev 107162)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.intid',
-      version = '3.7.3dev',
+      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