[Checkins] SVN: zope.intid/trunk/ Prep for 3.7.1.
Chris McDonough
chrism at plope.com
Mon May 18 19:26:07 EDT 2009
Log message for revision 100118:
Prep for 3.7.1.
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-05-18 20:12:58 UTC (rev 100117)
+++ zope.intid/trunk/CHANGES.txt 2009-05-18 23:26:07 UTC (rev 100118)
@@ -2,7 +2,7 @@
CHANGES
=======
-3.7.1 (unreleased)
+3.7.1 (2009-05-18)
------------------
- Remove dependencies on ``zope.container``. Instead import
Modified: zope.intid/trunk/setup.py
===================================================================
--- zope.intid/trunk/setup.py 2009-05-18 20:12:58 UTC (rev 100117)
+++ zope.intid/trunk/setup.py 2009-05-18 23:26:07 UTC (rev 100118)
@@ -22,7 +22,7 @@
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name = 'zope.intid',
- version = '3.7.1dev',
+ version = '3.7.1',
author='Zope Corporation and Contributors',
author_email='zope-dev at zope.org',
description='Integer Id Utility',
More information about the Checkins
mailing list