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

Tres Seaver tseaver at palladion.com
Thu Feb 5 12:24:34 EST 2009


Log message for revision 96150:
  Prep 3.7.1 release.

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

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2009-02-05 17:24:17 UTC (rev 96149)
+++ zope.app.container/trunk/CHANGES.txt	2009-02-05 17:24:33 UTC (rev 96150)
@@ -2,10 +2,12 @@
 CHANGES
 =======
 
-3.7.1. (unreleased)
+3.7.1. (2009-02-05)
 -------------------
 
-- ...
+- Updated test to accomodate "Pythonic" exception now raised from
+  ``__setitem__`` provided by ``zope.container`` (``KeyError`` instead
+  of ``zope.exceptions.UserError``).
 
 3.7.0 (2009-01-31)
 ------------------

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2009-02-05 17:24:17 UTC (rev 96149)
+++ zope.app.container/trunk/setup.py	2009-02-05 17:24:33 UTC (rev 96150)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.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