[Checkins] SVN: zope.app.component/tags/3.8.2/ finalize release info.

Alex Smith alex at zope.com
Fri May 22 11:01:30 EDT 2009


Log message for revision 100233:
  
  finalize release info.
  

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

-=-
Modified: zope.app.component/tags/3.8.2/CHANGES.txt
===================================================================
--- zope.app.component/tags/3.8.2/CHANGES.txt	2009-05-22 15:00:15 UTC (rev 100232)
+++ zope.app.component/tags/3.8.2/CHANGES.txt	2009-05-22 15:01:29 UTC (rev 100233)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.2 (unreleased)
+3.8.2 (2009-05-22)
 ------------------
 
 - Fix missing import in ``zope.app.component.metadirectives``.

Modified: zope.app.component/tags/3.8.2/setup.py
===================================================================
--- zope.app.component/tags/3.8.2/setup.py	2009-05-22 15:00:15 UTC (rev 100232)
+++ zope.app.component/tags/3.8.2/setup.py	2009-05-22 15:01:29 UTC (rev 100233)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.8.2dev',
+      version = '3.8.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list