[Checkins] SVN: zope.app.intid/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Sat Jan 31 16:17:09 EST 2009


Log message for revision 95799:
  Bump version.

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

-=-
Modified: zope.app.intid/trunk/CHANGES.txt
===================================================================
--- zope.app.intid/trunk/CHANGES.txt	2009-01-31 21:15:12 UTC (rev 95798)
+++ zope.app.intid/trunk/CHANGES.txt	2009-01-31 21:17:09 UTC (rev 95799)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.7.0 (unreleased)
+3.7.1 (unreleased)
 ------------------
 
+- ...
+
+3.7.0 (2009-02-01)
+------------------
+
 - Move core functionality to new ``zope.intid`` package, leaving only
   ZMI-related browser views here.
   

Modified: zope.app.intid/trunk/setup.py
===================================================================
--- zope.app.intid/trunk/setup.py	2009-01-31 21:15:12 UTC (rev 95798)
+++ zope.app.intid/trunk/setup.py	2009-01-31 21:17:09 UTC (rev 95799)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.intid',
-      version = '3.7.0dev',
+      version = '3.7.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='ZMI views for Integer Id Utility',



More information about the Checkins mailing list