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

Christophe Combelles ccomb at free.fr
Fri May 21 18:32:36 EDT 2010


Log message for revision 112643:
  prepare for release
  

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

-=-
Modified: z3c.checkversions/trunk/CHANGELOG.txt
===================================================================
--- z3c.checkversions/trunk/CHANGELOG.txt	2010-05-21 21:46:09 UTC (rev 112642)
+++ z3c.checkversions/trunk/CHANGELOG.txt	2010-05-21 22:32:36 UTC (rev 112643)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.2 (unreleased)
+0.2 (2010-05-22)
 ----------------
 
 - added a verbose option to print old versions as well

Modified: z3c.checkversions/trunk/TODO.txt
===================================================================
--- z3c.checkversions/trunk/TODO.txt	2010-05-21 21:46:09 UTC (rev 112642)
+++ z3c.checkversions/trunk/TODO.txt	2010-05-21 22:32:36 UTC (rev 112643)
@@ -1,8 +1,6 @@
 todo list
 =========
 
-- generate an updated versions.cfg for a buildout
-- have a default verbose option which prints current versions as well
 - make several network connection at once for faster detection
 - handle network timeouts (abort at the end ?)
 - use the egg name instead of the package name? (to avoid setuptools=0.6.12)

Modified: z3c.checkversions/trunk/setup.py
===================================================================
--- z3c.checkversions/trunk/setup.py	2010-05-21 21:46:09 UTC (rev 112642)
+++ z3c.checkversions/trunk/setup.py	2010-05-21 22:32:36 UTC (rev 112643)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2dev'
+version = '0.2'
 
 setup(name='z3c.checkversions',
       version=version,



More information about the checkins mailing list