[Checkins] SVN: zope.formlib/trunk/ Prepare zope.formlib 4.0.4.

Hanno Schlichting hannosch at hannosch.eu
Tue Jul 6 13:51:07 EDT 2010


Log message for revision 114254:
  Prepare zope.formlib 4.0.4.

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-07-06 17:50:15 UTC (rev 114253)
+++ zope.formlib/trunk/CHANGES.txt	2010-07-06 17:51:07 UTC (rev 114254)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-4.0.4 (unreleased)
+4.0.4 (2010-07-06)
 ==================
 
 - Fixed tests to pass under Python 2.7.

Modified: zope.formlib/trunk/setup.py
===================================================================
--- zope.formlib/trunk/setup.py	2010-07-06 17:50:15 UTC (rev 114253)
+++ zope.formlib/trunk/setup.py	2010-07-06 17:51:07 UTC (rev 114254)
@@ -24,7 +24,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '4.0.4dev'
+version = '4.0.4'
 
 setup(name='zope.formlib',
       version=version,
@@ -53,7 +53,6 @@
           ),
       install_requires=['setuptools',
                         'pytz',
-#                        'zope.app.form',
                         'zope.browser>=1.1',
                         'zope.browserpage>=3.11.0',
                         'zope.component',



More information about the checkins mailing list