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

Martijn Faassen faassen at startifact.com
Fri Jan 8 16:40:57 EST 2010


Log message for revision 107828:
  Preparing release 3.8.4

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-01-08 21:40:18 UTC (rev 107827)
+++ zope.app.component/trunk/CHANGES.txt	2010-01-08 21:40:57 UTC (rev 107828)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.4 (unreleased)
+3.8.4 (2010-01-08)
 ------------------
 
 - Import hooks functionality from zope.component after it was moved there from

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2010-01-08 21:40:18 UTC (rev 107827)
+++ zope.app.component/trunk/setup.py	2010-01-08 21:40:57 UTC (rev 107828)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.8.4dev',
+      version = '3.8.4',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',



More information about the checkins mailing list