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

Thomas Lotze tl at gocept.com
Fri Aug 22 07:28:47 EDT 2008


Log message for revision 90121:
  version bump after tagging 3.6.0

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

-=-
Modified: zope.app.form/tags/3.6.0/CHANGES.txt
===================================================================
--- zope.app.form/tags/3.6.0/CHANGES.txt	2008-08-22 11:27:31 UTC (rev 90120)
+++ zope.app.form/tags/3.6.0/CHANGES.txt	2008-08-22 11:28:46 UTC (rev 90121)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+3.6.0 (2008-08-22)
 ==================
 
 - Dropdown widgets display an item for the missing value even if the field is

Modified: zope.app.form/tags/3.6.0/setup.py
===================================================================
--- zope.app.form/tags/3.6.0/setup.py	2008-08-22 11:27:31 UTC (rev 90120)
+++ zope.app.form/tags/3.6.0/setup.py	2008-08-22 11:28:46 UTC (rev 90121)
@@ -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.0',
       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