[Checkins] SVN: z3c.dependencychecker/trunk/ Preparing release 1.0

Reinout van Rees reinout at vanrees.org
Thu Dec 10 10:20:14 EST 2009


Log message for revision 106403:
  Preparing release 1.0

Changed:
  U   z3c.dependencychecker/trunk/CHANGES.txt
  U   z3c.dependencychecker/trunk/setup.py

-=-
Modified: z3c.dependencychecker/trunk/CHANGES.txt
===================================================================
--- z3c.dependencychecker/trunk/CHANGES.txt	2009-12-10 15:19:24 UTC (rev 106402)
+++ z3c.dependencychecker/trunk/CHANGES.txt	2009-12-10 15:20:14 UTC (rev 106403)
@@ -1,7 +1,7 @@
 Changelog of z3c.dependencychecker
 ==================================
 
-0.6 (unreleased)
+1.0 (2009-12-10)
 ----------------
 
 - Documentation update.

Modified: z3c.dependencychecker/trunk/setup.py
===================================================================
--- z3c.dependencychecker/trunk/setup.py	2009-12-10 15:19:24 UTC (rev 106402)
+++ z3c.dependencychecker/trunk/setup.py	2009-12-10 15:20:14 UTC (rev 106403)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os.path
 
-version = '0.6dev'
+version = '1.0'
 
 long_description = '\n\n'.join([
     open('README.txt').read(),



More information about the checkins mailing list