[Checkins] SVN: z3c.etestbrowser/trunk/setup.py setting 'dev' according to the guidelines

Christian Theune ct at gocept.com
Tue Dec 18 04:29:25 EST 2007


Log message for revision 82324:
  setting 'dev' according to the guidelines
  

Changed:
  U   z3c.etestbrowser/trunk/setup.py

-=-
Modified: z3c.etestbrowser/trunk/setup.py
===================================================================
--- z3c.etestbrowser/trunk/setup.py	2007-12-18 06:28:27 UTC (rev 82323)
+++ z3c.etestbrowser/trunk/setup.py	2007-12-18 09:29:25 UTC (rev 82324)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.etestbrowser',
-      version = '1.1.0',
+      version = '1.1.0dev',
       author='Christian Theune',
       author_email='ct at gocept.com',
       description='Extensions for zope.testbrowser',



More information about the Checkins mailing list