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

Michael Howitz mh at gocept.com
Mon Jul 19 02:29:33 EDT 2010


Log message for revision 114835:
  Preparing release 3.9.0

Changed:
  U   zope.app.component/trunk/CHANGES.txt
  U   zope.app.component/trunk/setup.py

-=-
Modified: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2010-07-19 06:29:13 UTC (rev 114834)
+++ zope.app.component/trunk/CHANGES.txt	2010-07-19 06:29:33 UTC (rev 114835)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.5 (unreleased)
+3.9.0 (2010-07-19)
 ------------------
 
 - Added missing BBB import in ``zope.app.component.metaconfigure``.

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2010-07-19 06:29:13 UTC (rev 114834)
+++ zope.app.component/trunk/setup.py	2010-07-19 06:29:33 UTC (rev 114835)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.8.5dev',
+      version='3.9.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',



More information about the checkins mailing list