[Checkins] SVN: zope.app.form/trunk/ 3.6.1 became 3.6.2 due to a typo during the vb, sorry

Thomas Lotze tl at gocept.com
Mon Sep 8 04:19:08 EDT 2008


Log message for revision 90938:
  3.6.1 became 3.6.2 due to a typo during the vb, sorry

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-09-08 08:18:16 UTC (rev 90937)
+++ zope.app.form/trunk/CHANGES.txt	2008-09-08 08:19:07 UTC (rev 90938)
@@ -2,16 +2,18 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.6.3 (unreleased)
 ==================
 
 
-3.6.1 (2008-09-08)
+3.6.2 (2008-09-08)
 ==================
 
 - Fixed restructured text in doc tests to unbreak the PyPI page.
 
+(3.6.1 skipped due to a typo)
 
+
 3.6.0 (2008-08-22)
 ==================
 

Modified: zope.app.form/trunk/setup.py
===================================================================
--- zope.app.form/trunk/setup.py	2008-09-08 08:18:16 UTC (rev 90937)
+++ zope.app.form/trunk/setup.py	2008-09-08 08:19:07 UTC (rev 90938)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.form',
-      version = '3.6.2dev',
+      version = '3.6.3dev',
       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