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

Dan Korostelev nadako at gmail.com
Sat Jan 31 16:08:14 EST 2009


Log message for revision 95795:
  Bump version.

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-01-31 21:07:21 UTC (rev 95794)
+++ zope.intid/trunk/CHANGES.txt	2009-01-31 21:08:13 UTC (rev 95795)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.7.0 (unreleased)
+3.7.1 (unreleased)
 ------------------
 
+- ...
+
+3.7.0 (2009-02-01)
+------------------
+
 - Split out this package from ``zope.app.intid``. The latter one
   now only contains browser views and compatibility imports while
   whole IntId functionality is moved here. 

Modified: zope.intid/trunk/setup.py
===================================================================
--- zope.intid/trunk/setup.py	2009-01-31 21:07:21 UTC (rev 95794)
+++ zope.intid/trunk/setup.py	2009-01-31 21:08:13 UTC (rev 95795)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.intid',
-      version = '3.7.0dev',
+      version = '3.7.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Integer Id Utility',



More information about the Checkins mailing list