[Checkins] SVN: zope.mimetype/trunk/ Prepare zope.mimetype 1.2.0.

Hanno Schlichting hannosch at hannosch.eu
Sat Dec 26 12:31:02 EST 2009


Log message for revision 107113:
  Prepare zope.mimetype 1.2.0.

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-12-26 17:28:42 UTC (rev 107112)
+++ zope.mimetype/trunk/CHANGES.txt	2009-12-26 17:31:02 UTC (rev 107113)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.2.0 (unreleased)
+1.2.0 (2009-12-26)
 ------------------
 
 - Converted functional tests to unit tests and get rid of all extra test
@@ -16,13 +16,11 @@
 - Import content-type parser from zope.contenttype, adding a dependency on
   that package.
 
-
 1.1.2 (2009-05-22)
 ------------------
 
 - No longer depends on ``zope.app.component``.
 
-
 1.1.1 (2009-04-03)
 ------------------
 
@@ -31,7 +29,6 @@
 
 - Fixed author email and home page address.
 
-
 1.1.0 (2007-11-01)
 ------------------
 

Modified: zope.mimetype/trunk/setup.py
===================================================================
--- zope.mimetype/trunk/setup.py	2009-12-26 17:28:42 UTC (rev 107112)
+++ zope.mimetype/trunk/setup.py	2009-12-26 17:31:02 UTC (rev 107113)
@@ -26,7 +26,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.0dev'
+version = '1.2.0'
 
 setup(name='zope.mimetype',
       version=version,



More information about the checkins mailing list