[Checkins] SVN: zope.container/tags/3.7.1/ Prep 3.7.1 release.

Tres Seaver tseaver at palladion.com
Thu Feb 5 12:20:23 EST 2009


Log message for revision 96146:
  Prep 3.7.1 release.

Changed:
  U   zope.container/tags/3.7.1/CHANGES.txt
  U   zope.container/tags/3.7.1/setup.py

-=-
Modified: zope.container/tags/3.7.1/CHANGES.txt
===================================================================
--- zope.container/tags/3.7.1/CHANGES.txt	2009-02-05 17:18:27 UTC (rev 96145)
+++ zope.container/tags/3.7.1/CHANGES.txt	2009-02-05 17:20:23 UTC (rev 96146)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.1 (unreleased)
+3.7.1 (2009-02-05)
 ------------------
 
 - Raise more "Pythonic" errors from ``__setitem__``, losing the dependency

Modified: zope.container/tags/3.7.1/setup.py
===================================================================
--- zope.container/tags/3.7.1/setup.py	2009-02-05 17:18:27 UTC (rev 96145)
+++ zope.container/tags/3.7.1/setup.py	2009-02-05 17:20:23 UTC (rev 96146)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.container',
-      version = '3.7.1dev',
+      version = '3.7.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list