[Checkins] SVN: zope.app.component/tags/3.4.x/ Release zope.app.component 3.4.2 with the bugfix that I desperately need now.

Marius Gedminas marius at pov.lt
Wed Jul 15 14:55:40 EDT 2009


Log message for revision 101932:
  Release zope.app.component 3.4.2 with the bugfix that I desperately need now.
  
  

Changed:
  U   zope.app.component/tags/3.4.x/CHANGES.txt
  U   zope.app.component/tags/3.4.x/setup.py

-=-
Modified: zope.app.component/tags/3.4.x/CHANGES.txt
===================================================================
--- zope.app.component/tags/3.4.x/CHANGES.txt	2009-07-15 18:45:59 UTC (rev 101931)
+++ zope.app.component/tags/3.4.x/CHANGES.txt	2009-07-15 18:55:40 UTC (rev 101932)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.2 (unreleased)
+3.4.2 (2009-07-15)
 ------------------
 
 - Fix empty __bases__ on LocalSiteManager objects loaded from old databases,

Modified: zope.app.component/tags/3.4.x/setup.py
===================================================================
--- zope.app.component/tags/3.4.x/setup.py	2009-07-15 18:45:59 UTC (rev 101931)
+++ zope.app.component/tags/3.4.x/setup.py	2009-07-15 18:55:40 UTC (rev 101932)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.4.2dev',
+      version = '3.4.2',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list