[Checkins] SVN: zope.formlib/trunk/ Prep 4.0.3 release.

Tres Seaver tseaver at palladion.com
Thu May 6 21:35:08 EDT 2010


Log message for revision 112111:
  Prep 4.0.3 release.

Changed:
  U   zope.formlib/trunk/CHANGES.txt
  U   zope.formlib/trunk/setup.py

-=-
Modified: zope.formlib/trunk/CHANGES.txt
===================================================================
--- zope.formlib/trunk/CHANGES.txt	2010-05-07 01:35:07 UTC (rev 112110)
+++ zope.formlib/trunk/CHANGES.txt	2010-05-07 01:35:08 UTC (rev 112111)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-4.0.3 (unreleased)
+4.0.3 (2010-05-06)
 ==================
 
 - Keep Actions from raising exceptions when passed Unicode lables [LP:528468].

Modified: zope.formlib/trunk/setup.py
===================================================================
--- zope.formlib/trunk/setup.py	2010-05-07 01:35:07 UTC (rev 112110)
+++ zope.formlib/trunk/setup.py	2010-05-07 01:35:08 UTC (rev 112111)
@@ -26,7 +26,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '4.0.3dev'
+version = '4.0.3'
 
 setup(name='zope.formlib',
       version=version,



More information about the checkins mailing list