[Checkins] SVN: zope.app.container/trunk/ Preparing release 3.9.0

Michael Howitz mh at gocept.com
Thu Aug 19 05:24:31 EDT 2010


Log message for revision 115786:
  Preparing release 3.9.0

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	2010-08-19 09:23:52 UTC (rev 115785)
+++ zope.app.container/trunk/CHANGES.txt	2010-08-19 09:24:31 UTC (rev 115786)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.3 (unreleased)
+3.9.0 (2010-08-19)
 ------------------
 
 - Updated ``ftesting.zcml`` to use the new permission names exported by

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2010-08-19 09:23:52 UTC (rev 115785)
+++ zope.app.container/trunk/setup.py	2010-08-19 09:24:31 UTC (rev 115786)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.8.3dev',
+      version='3.9.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the checkins mailing list