[Checkins] SVN: z3c.form/trunk/ Preparing release 2.4.1

Michael Howitz mh at gocept.com
Sun Jul 18 15:06:12 EDT 2010


Log message for revision 114826:
  Preparing release 2.4.1

Changed:
  U   z3c.form/trunk/CHANGES.txt
  U   z3c.form/trunk/setup.py

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2010-07-18 19:03:38 UTC (rev 114825)
+++ z3c.form/trunk/CHANGES.txt	2010-07-18 19:06:12 UTC (rev 114826)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-2.4.1 (unreleased)
+2.4.1 (2010-07-18)
 ------------------
 
 - Since version 2.3.4 ``applyChanges`` required that the value exists

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2010-07-18 19:03:38 UTC (rev 114825)
+++ z3c.form/trunk/setup.py	2010-07-18 19:06:12 UTC (rev 114826)
@@ -47,16 +47,14 @@
 
 setup(
     name='z3c.form',
-    version = '2.4.1dev',
+    version='2.4.1',
     author="Stephan Richter, Roger Ineichen and the Zope Community",
     author_email="zope-dev at zope.org",
     description="An advanced form and widget framework for Zope 3",
     long_description=(
         read('README.txt')
         + '\n\n' +
-        'Detailed Documentation\n'
-        '**********************\n'
-        + '\n' + chapters
+        '.. contents:: \n\n' + chapters
         + '\n\n'
         + read('CHANGES.txt')),
     license="ZPL 2.1",



More information about the checkins mailing list