[Checkins] SVN: zope.app.container/trunk/ Prepare zope.app.container 3.9.1.

Hanno Schlichting hannosch at hannosch.eu
Tue Sep 14 08:12:45 EDT 2010


Log message for revision 116375:
  Prepare zope.app.container 3.9.1.

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-09-14 12:11:23 UTC (rev 116374)
+++ zope.app.container/trunk/CHANGES.txt	2010-09-14 12:12:45 UTC (rev 116375)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.9.1 (unreleased)
+3.9.1 (2010-09-14)
 ------------------
 
 - Removed a testing dependency on zope.app.file.

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2010-09-14 12:11:23 UTC (rev 116374)
+++ zope.app.container/trunk/setup.py	2010-09-14 12:12:45 UTC (rev 116375)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version='3.9.1dev',
+      version='3.9.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the checkins mailing list