[Checkins] SVN: zope.app.form/trunk/ version bump after tagging 3.6.0

Thomas Lotze tl at gocept.com
Fri Aug 22 07:27:31 EDT 2008


Log message for revision 90120:
  version bump after tagging 3.6.0

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-08-22 11:26:42 UTC (rev 90119)
+++ zope.app.form/trunk/CHANGES.txt	2008-08-22 11:27:31 UTC (rev 90120)
@@ -2,9 +2,13 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+3.6.1 (unreleased)
 ==================
 
+
+3.6.0 (2008-08-22)
+==================
+
 - Dropdown widgets display an item for the missing value even if the field is
   required when no value is selected. See zope/app/form/browser/README.txt on
   how to switch this off for BBB.

Modified: zope.app.form/trunk/setup.py
===================================================================
--- zope.app.form/trunk/setup.py	2008-08-22 11:26:42 UTC (rev 90119)
+++ zope.app.form/trunk/setup.py	2008-08-22 11:27:31 UTC (rev 90120)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.form',
-      version = '3.6.0dev',
+      version = '3.6.1dev',
       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