[Checkins] SVN: z3c.formui/trunk/ Added dev marker

Roger Ineichen roger at projekt01.ch
Mon Jan 21 00:42:28 EST 2008


Log message for revision 83017:
  Added dev marker
  Fix chars in CHANGES.txt

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

-=-
Modified: z3c.formui/trunk/CHANGES.txt
===================================================================
--- z3c.formui/trunk/CHANGES.txt	2008-01-21 05:41:04 UTC (rev 83016)
+++ z3c.formui/trunk/CHANGES.txt	2008-01-21 05:42:28 UTC (rev 83017)
@@ -2,14 +2,20 @@
 CHANGES
 =======
 
+Version 1.4.1dev (unreleased)
+----------------------------
+
+- ...
+
+
 Version 1.4.0 (2007-01-21)
 -------------------------
 
 - Bug: added missing display IContentTemplate, otherwise we can run into a 
   recursion in some case
 
-- Bug: rename table macro argument from ´´form-required-info´´ to 
-  ´´required-info´´. The macro ´´form-required-info´´ did not exist.
+- Bug: rename table macro argument from ``form-required-info`` to 
+  ``required-info``. The macro ``form-required-info`` did not exist.
 
 - Feature: Added subform content and layout template. This allows you to
   configure real sub forms which do not render the form tag for sub forms.

Modified: z3c.formui/trunk/setup.py
===================================================================
--- z3c.formui/trunk/setup.py	2008-01-21 05:41:04 UTC (rev 83016)
+++ z3c.formui/trunk/setup.py	2008-01-21 05:42:28 UTC (rev 83017)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formui',
-    version='1.4.0',
+    version='1.4.1dev',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A set of initial UI components for z3c.form.",



More information about the Checkins mailing list