[Checkins] SVN: five.customerize/ the version number should not be a tuple! :)

Andreas Zeidler az at zitc.de
Fri Aug 17 00:24:22 EDT 2007


Log message for revision 78896:
  the version number should not be a tuple! :)
  

Changed:
  U   five.customerize/branches/plone-3.0-branch/setup.py
  U   five.customerize/tags/0.2-plone-3.0/setup.py

-=-
Modified: five.customerize/branches/plone-3.0-branch/setup.py
===================================================================
--- five.customerize/branches/plone-3.0-branch/setup.py	2007-08-17 04:21:17 UTC (rev 78895)
+++ five.customerize/branches/plone-3.0-branch/setup.py	2007-08-17 04:24:21 UTC (rev 78896)
@@ -15,7 +15,7 @@
 
 from setuptools import setup
 
-version = '0.2',
+version = '0.2'
 
 setup(name = 'five.customerize',
       version = version,

Modified: five.customerize/tags/0.2-plone-3.0/setup.py
===================================================================
--- five.customerize/tags/0.2-plone-3.0/setup.py	2007-08-17 04:21:17 UTC (rev 78895)
+++ five.customerize/tags/0.2-plone-3.0/setup.py	2007-08-17 04:24:21 UTC (rev 78896)
@@ -15,7 +15,7 @@
 
 from setuptools import setup
 
-version = '0.2',
+version = '0.2'
 
 setup(name = 'five.customerize',
       version = version,



More information about the Checkins mailing list