[Checkins] SVN: zope.mimetype/trunk/ Preparing release 1.1.1

Michael Howitz mh at gocept.com
Fri Apr 3 15:29:24 EDT 2009


Log message for revision 98851:
  Preparing release 1.1.1

Changed:
  U   zope.mimetype/trunk/CHANGES.txt
  U   zope.mimetype/trunk/setup.py

-=-
Modified: zope.mimetype/trunk/CHANGES.txt
===================================================================
--- zope.mimetype/trunk/CHANGES.txt	2009-04-03 19:24:38 UTC (rev 98850)
+++ zope.mimetype/trunk/CHANGES.txt	2009-04-03 19:29:24 UTC (rev 98851)
@@ -2,11 +2,11 @@
 CHANGES
 =======
 
-1.1.1 (unreleased)
+1.1.1 (2009-04-03)
 ------------------
 
 - Fixed wrong package version (version ``1.1.0`` was released as ``0.4.0`` at
-  `pypi` but as ``1.1dev`` at `distribution.zope.org`)
+  `pypi` but as ``1.1dev`` at `download.zope.org/distribution`)
 
 - Fixed author email and home page address.
 

Modified: zope.mimetype/trunk/setup.py
===================================================================
--- zope.mimetype/trunk/setup.py	2009-04-03 19:24:38 UTC (rev 98850)
+++ zope.mimetype/trunk/setup.py	2009-04-03 19:29:24 UTC (rev 98851)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.1.1dev'
+version = '1.1.1'
 
 setup(name='zope.mimetype',
       version=version,
@@ -31,8 +31,7 @@
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Documentation\n' +
-          '======================\n\n'
+          '.. contents::'
           + '\n\n' +
           read('src', 'zope', 'mimetype', 'README.txt')
           + '\n\n' +



More information about the Checkins mailing list