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

Tres Seaver tseaver at palladion.com
Wed May 13 17:34:33 EDT 2009


Log message for revision 99933:
  Prep 3.8.0 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-05-13 21:33:55 UTC (rev 99932)
+++ zope.app.container/trunk/CHANGES.txt	2009-05-13 21:34:33 UTC (rev 99933)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.0 (unreleased)
+3.8.0 (2009-05-13)
 ------------------
 
 - Moved ``IAdding`` interface to ``zope.browser.interfaces``, leaving

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2009-05-13 21:33:55 UTC (rev 99932)
+++ zope.app.container/trunk/setup.py	2009-05-13 21:34:33 UTC (rev 99933)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.8.0dev',
+      version = '3.8.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list