[Checkins] SVN: zc.buildout/branches/help-api/setup.py update version to comply with zc.recipe.testrunner

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:30:41 EDT 2009


Log message for revision 98589:
  update version to comply with zc.recipe.testrunner

Changed:
  U   zc.buildout/branches/help-api/setup.py

-=-
Modified: zc.buildout/branches/help-api/setup.py
===================================================================
--- zc.buildout/branches/help-api/setup.py	2009-03-29 21:30:34 UTC (rev 98588)
+++ zc.buildout/branches/help-api/setup.py	2009-03-29 21:30:40 UTC (rev 98589)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-version = "1.2dev"
+version = "1.2.1dev"
 
 import os
 from setuptools import setup, find_packages
@@ -71,7 +71,7 @@
     install_requires = 'setuptools',
     include_package_data = True,
     entry_points = {'console_scripts':
-                    ['buildout = %s.buildout:main' % name]}, 
+                    ['buildout = %s.buildout:main' % name]},
     zip_safe=False,
     classifiers = [
        'Intended Audience :: Developers',



More information about the Checkins mailing list