[Checkins] SVN: zope.container/trunk/ Rerelease 3.9.0 as it had a broken Windows 2.6 egg.

Hanno Schlichting hannosch at hannosch.eu
Sun Oct 18 06:18:50 EDT 2009


Log message for revision 105127:
  Rerelease 3.9.0 as it had a broken Windows 2.6 egg.
  

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

-=-
Modified: zope.container/trunk/CHANGES.txt
===================================================================
--- zope.container/trunk/CHANGES.txt	2009-10-18 08:53:09 UTC (rev 105126)
+++ zope.container/trunk/CHANGES.txt	2009-10-18 10:18:50 UTC (rev 105127)
@@ -2,11 +2,13 @@
 CHANGES
 =======
 
-3.9.1 (unreleased)
+3.9.1 (2009-10-18)
 ------------------
 
-- ...
+- Rerelease 3.9.0 as it had a broken Windows 2.6 egg.
 
+- Marked as part of the ZTK.
+
 3.9.0 (2009-08-28)
 ------------------
 

Modified: zope.container/trunk/setup.py
===================================================================
--- zope.container/trunk/setup.py	2009-10-18 08:53:09 UTC (rev 105126)
+++ zope.container/trunk/setup.py	2009-10-18 10:18:50 UTC (rev 105127)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.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