[Checkins] SVN: z3c.coverage/trunk/ Got the meta-data wrong.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Sep 26 17:25:32 EDT 2007


Log message for revision 80143:
  Got the meta-data wrong.
  

Changed:
  U   z3c.coverage/trunk/CHANGES.txt
  U   z3c.coverage/trunk/README.txt
  U   z3c.coverage/trunk/setup.py

-=-
Modified: z3c.coverage/trunk/CHANGES.txt
===================================================================
--- z3c.coverage/trunk/CHANGES.txt	2007-09-26 21:22:05 UTC (rev 80142)
+++ z3c.coverage/trunk/CHANGES.txt	2007-09-26 21:25:32 UTC (rev 80143)
@@ -1,9 +1,29 @@
-=======
 CHANGES
-=======
+-------
 
+1.0.1 (2007-09-26)
+~~~~~~~~~~~~~~~~~~
 
-Version 1.0.0 (2007-09-26)
---------------------------
+- Fixed meta-data.
 
-* Initial version.
+1.0.0 (2007-09-26)
+~~~~~~~~~~~~~~~~~~
+
+- First public release.
+
+0.2.1
+~~~~~
+
+- Added the ``--web`` option to ``coveragediff``.
+- Added a test suite.
+
+0.2.0
+~~~~~
+
+- Added ``coveragediff.py``.
+
+0.1.0
+~~~~~
+
+- Initial release of ``coveragereport.py``.
+

Modified: z3c.coverage/trunk/README.txt
===================================================================
--- z3c.coverage/trunk/README.txt	2007-09-26 21:22:05 UTC (rev 80142)
+++ z3c.coverage/trunk/README.txt	2007-09-26 21:25:32 UTC (rev 80143)
@@ -1,3 +1,4 @@
+============
 z3c.coverage
 ============
 
@@ -6,24 +7,3 @@
 
 It also has a script to check for differences in coverage and report
 any regressions (increases in the number of untested lines).
-
-
-Changes
--------
-
-0.2.1
-~~~~~
-
-- Added the --web option to coveragediff.
-- Added a test suite.
-
-0.2.0
-~~~~~
-
-- Added coveragediff.py.
-
-0.1.0
------
-
-- Initial release of coveragereport.py.
-

Modified: z3c.coverage/trunk/setup.py
===================================================================
--- z3c.coverage/trunk/setup.py	2007-09-26 21:22:05 UTC (rev 80142)
+++ z3c.coverage/trunk/setup.py	2007-09-26 21:25:32 UTC (rev 80143)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.coverage',
-    version='1.0.0',
+    version='1.0.1',
     author = "Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A script to visualize coverage reports via HTML",



More information about the Checkins mailing list