[Checkins] SVN: zc.form/trunk/setup.py according to setuptools documentation version number on trunk should be always the next version of the software

Michael Howitz mh+zope at gocept.com
Thu May 3 04:50:25 EDT 2007


Log message for revision 75043:
  according to setuptools documentation version number on trunk should be always the next version of the software

Changed:
  U   zc.form/trunk/setup.py

-=-
Modified: zc.form/trunk/setup.py
===================================================================
--- zc.form/trunk/setup.py	2007-05-03 08:02:41 UTC (rev 75042)
+++ zc.form/trunk/setup.py	2007-05-03 08:50:24 UTC (rev 75043)
@@ -2,7 +2,7 @@
 
 setup(
     name="zc.form",
-    version="0.1dev",
+    version="0.1",
     packages=find_packages('src'),
     package_dir={'':'src'},
     namespace_packages=['zc'],



More information about the Checkins mailing list