[Checkins] SVN: zope.app.form/trunk/ Next feature release would be 3.7.0. If bugfixes to 3.6.x happen in between, they can

Philipp von Weitershausen philikon at philikon.de
Wed Oct 15 12:06:06 EDT 2008


Log message for revision 92234:
  Next feature release would be 3.7.0.  If bugfixes to 3.6.x happen in between, they can
  easily be made anyway before 3.7.0 is released.
  

Changed:
  U   zope.app.form/trunk/CHANGES.txt
  U   zope.app.form/trunk/setup.py

-=-
Modified: zope.app.form/trunk/CHANGES.txt
===================================================================
--- zope.app.form/trunk/CHANGES.txt	2008-10-15 16:04:41 UTC (rev 92233)
+++ zope.app.form/trunk/CHANGES.txt	2008-10-15 16:06:05 UTC (rev 92234)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.7.0 (unreleased)
+==================
+
+- ...
+
 3.6.3 (2008-10-15)
 ==================
 

Modified: zope.app.form/trunk/setup.py
===================================================================
--- zope.app.form/trunk/setup.py	2008-10-15 16:04:41 UTC (rev 92233)
+++ zope.app.form/trunk/setup.py	2008-10-15 16:06:05 UTC (rev 92234)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.form',
-      version = '3.6.3dev',
+      version = '3.7.0dev',
       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