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

Michael Howitz mh at gocept.com
Sat Jul 11 08:20:36 EDT 2009


Log message for revision 101818:
  Preparing release 3.8.3

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	2009-07-11 12:18:46 UTC (rev 101817)
+++ zope.app.component/trunk/CHANGES.txt	2009-07-11 12:20:36 UTC (rev 101818)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.3 (unreleased)
+3.8.3 (2009-07-11)
 ------------------
 
 - Removed unnecessary dependency on ``zope.app.interface``.

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2009-07-11 12:18:46 UTC (rev 101817)
+++ zope.app.component/trunk/setup.py	2009-07-11 12:20:36 UTC (rev 101818)
@@ -22,16 +22,13 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.8.3dev',
+      version = '3.8.3',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',
       long_description=(
           read('README.txt')
-          + '\n\n' +
-          'Detailed Documentation\n'
-          '**********************\n'
-          + '\n\n' +
+          + '\n\n.. contents:: \n\n' +
           read('CHANGES.txt')
           ),
       keywords="zope component architecture local",



More information about the Checkins mailing list