[Checkins] SVN: z3c.checkversions/trunk/ prepare for release

Christophe Combelles ccomb at free.fr
Sun Jul 25 18:49:57 EDT 2010


Log message for revision 115093:
  prepare for release
  

Changed:
  U   z3c.checkversions/trunk/CHANGELOG.txt
  U   z3c.checkversions/trunk/README.txt
  U   z3c.checkversions/trunk/setup.py

-=-
Modified: z3c.checkversions/trunk/CHANGELOG.txt
===================================================================
--- z3c.checkversions/trunk/CHANGELOG.txt	2010-07-25 22:03:14 UTC (rev 115092)
+++ z3c.checkversions/trunk/CHANGELOG.txt	2010-07-25 22:49:57 UTC (rev 115093)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.4 (unreleased)
+0.4 (2010-07-26)
 ----------------
 
 - added a `blacklist` option for passing versions to avoid

Modified: z3c.checkversions/trunk/README.txt
===================================================================
--- z3c.checkversions/trunk/README.txt	2010-07-25 22:03:14 UTC (rev 115092)
+++ z3c.checkversions/trunk/README.txt	2010-07-25 22:49:57 UTC (rev 115093)
@@ -60,7 +60,6 @@
       -v, --verbose         Verbose mode (prints old versions too)
 
 
-
 Examples
 ========
 
@@ -106,7 +105,7 @@
     somepackage=0.6.0 # was: 0.5.0
     otherpackage=0.1.2 # was: 0.1.1
 
-If you enable the incremental option, only one upgrade will be suggested::
+If you enable the `--incremental` option, only one upgrade will be suggested::
 
     $ checkversions --incremental -v -l 1 versions.cfg
     # Checking buildout file versions.cfg

Modified: z3c.checkversions/trunk/setup.py
===================================================================
--- z3c.checkversions/trunk/setup.py	2010-07-25 22:03:14 UTC (rev 115092)
+++ z3c.checkversions/trunk/setup.py	2010-07-25 22:49:57 UTC (rev 115093)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.4dev'
+version = '0.4'
 
 setup(name='z3c.checkversions',
       version=version,



More information about the checkins mailing list