[Checkins] SVN: zope.kgs/branches/jim-dev/setup.py Use a version of 0 on the trunk to help prevent accidental releases.

Jim Fulton jim at zope.com
Thu Jul 2 07:08:29 EDT 2009


Log message for revision 101387:
  Use a version of 0 on the trunk to help prevent accidental releases.
  

Changed:
  U   zope.kgs/branches/jim-dev/setup.py

-=-
Modified: zope.kgs/branches/jim-dev/setup.py
===================================================================
--- zope.kgs/branches/jim-dev/setup.py	2009-07-02 11:08:27 UTC (rev 101386)
+++ zope.kgs/branches/jim-dev/setup.py	2009-07-02 11:08:28 UTC (rev 101387)
@@ -19,7 +19,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.kgs',
-      version = '1.1.0',
+      version = '0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Known-Good-Set (KGS) Support',



More information about the Checkins mailing list