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

Roger Ineichen roger at projekt01.ch
Mon Jan 21 07:12:55 EST 2008


Log message for revision 83058:
  Added dev marker

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

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2008-01-21 12:03:44 UTC (rev 83057)
+++ z3c.form/trunk/CHANGES.txt	2008-01-21 12:12:53 UTC (rev 83058)
@@ -15,7 +15,7 @@
 - Implemented IDisplayForm interface
 
 - Added integration tests for form interfaces. Added default class attribute
-  called widgets in form class with default value ´´None´´´. This helps to 
+  called widgets in form class with default value ``None``. This helps to 
   pass the integration tests. Now, the widget attribute can also be used as a 
   indicator for updated forms.
 

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2008-01-21 12:03:44 UTC (rev 83057)
+++ z3c.form/trunk/setup.py	2008-01-21 12:12:53 UTC (rev 83058)
@@ -43,7 +43,7 @@
 
 setup (
     name='z3c.form',
-    version='1.7.2',
+    version='1.7.3dev',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "An advanced form and widget framework for Zope 3",



More information about the Checkins mailing list