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

Christophe Combelles ccomb at free.fr
Wed Aug 25 13:15:59 EDT 2010


Log message for revision 115946:
  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-08-25 17:03:12 UTC (rev 115945)
+++ z3c.checkversions/trunk/CHANGELOG.txt	2010-08-25 17:15:59 UTC (rev 115946)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.4.1 (unreleased)
+0.4.1 (2010-08-25)
 ------------------
 
 - fixed edge case bug where 1.0 was never updated to 1.0.x

Modified: z3c.checkversions/trunk/README.txt
===================================================================
--- z3c.checkversions/trunk/README.txt	2010-08-25 17:03:12 UTC (rev 115945)
+++ z3c.checkversions/trunk/README.txt	2010-08-25 17:15:59 UTC (rev 115946)
@@ -38,7 +38,7 @@
 ::
 
     $ checkversions -h
-    Usage: checkversions [-v] [-l LEVEL] [-i INDEX] [-b BLACKLIST] [buildout_file]
+    Usage: checkversions [-v] [-1] [-l LEVEL] [-i INDEX] [-b BLACKLIST] [buildout_file]
     
     This script will check new package versions of either your current installed
     distributions or a buildout file if provided. It can detect major or minor

Modified: z3c.checkversions/trunk/setup.py
===================================================================
--- z3c.checkversions/trunk/setup.py	2010-08-25 17:03:12 UTC (rev 115945)
+++ z3c.checkversions/trunk/setup.py	2010-08-25 17:15:59 UTC (rev 115946)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.5dev'
+version = '0.4.1'
 
 setup(name='z3c.checkversions',
       version=version,
@@ -25,7 +25,7 @@
       # Get more strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
       classifiers=[
        "Programming Language :: Python",
-       'Development Status :: 4 - Beta',
+       'Development Status :: 5 - Production/Stable',
        'Environment :: Console',
        'Intended Audience :: Developers',
        'License :: OSI Approved :: Zope Public License',



More information about the checkins mailing list