[Checkins] SVN: zope.app.form/branches/3.4/setup.py switching version according to guidelines

Christian Theune ct at gocept.com
Thu Dec 13 09:42:06 EST 2007


Log message for revision 82278:
  switching version according to guidelines
  --This line, and those below, will be ignored--
  
  M    setup.py
  

Changed:
  U   zope.app.form/branches/3.4/setup.py

-=-
Modified: zope.app.form/branches/3.4/setup.py
===================================================================
--- zope.app.form/branches/3.4/setup.py	2007-12-13 14:41:03 UTC (rev 82277)
+++ zope.app.form/branches/3.4/setup.py	2007-12-13 14:42:05 UTC (rev 82278)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.form',
-      version = '3.4.1',
+      version = '3.4dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='The Original Zope 3 Form Framework',



More information about the Checkins mailing list