[Checkins] SVN: z3c.formdemo/trunk/ Getting ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 9 22:19:47 EDT 2007


Log message for revision 80758:
  Getting ready for release.
  

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

-=-
Modified: z3c.formdemo/trunk/CHANGES.txt
===================================================================
--- z3c.formdemo/trunk/CHANGES.txt	2007-10-10 02:15:24 UTC (rev 80757)
+++ z3c.formdemo/trunk/CHANGES.txt	2007-10-10 02:19:46 UTC (rev 80758)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Version 1.5.0 (9/??/2007)
--------------------------
+Version 1.5.0 (2007-10-09)
+--------------------------
 
 - Feature: Added an image button to the widgets demo.
 
@@ -14,14 +14,14 @@
   and form.
 
 
-Version 1.4.0 (8/24/2007)
--------------------------
+Version 1.4.0 (2007-08-24)
+--------------------------
 
 - Refactoring: Update CSS classes to reflect changes in ``z3c.form``.
 
 
-Version 1.3.0 (7/18/2007)
--------------------------
+Version 1.3.0 (2007-07-18)
+--------------------------
 
 - Feature: Created functional tests for the demos.
 
@@ -29,8 +29,8 @@
   ``application.zcml``.
 
 
-Version 1.2.0 (6/29/2007)
--------------------------
+Version 1.2.0 (2007-06-29)
+--------------------------
 
 - Feature: Added new field "promptChoiceField" to the "All Widgets" demo
   demonstrating the prompt message of the select widget.
@@ -47,23 +47,23 @@
   attribute value adapters.
 
 
-Version 1.1.2 (6/25/2007)
--------------------------
+Version 1.1.2 (2007-06-25)
+--------------------------
 
 - Bug: Provide ``optionalChoice`` field in the content type. Pre-1.3.0
   releases of ``z3c.form`` simply ignored missing fields, but the latest
   version reports the error. Thanks to Luke Miller for the report.
 
 
-Version 1.1.1 (6/24/2007)
--------------------------
+Version 1.1.1 (2007-06-24)
+--------------------------
 
 - Bug: Add new ``zope.rdb`` dependency to the setup and buildout
   configuration.
 
 
-Version 1.1.0 (6/22/2007)
--------------------------
+Version 1.1.0 (2007-06-22)
+--------------------------
 
 - Feature: New "SQL Message" demo shows how ``z3c.form`` can be used with
   non-object data. Specificically, this small application demonstrates using a
@@ -73,7 +73,7 @@
   such as subforms, composite widgets, and mappings/lists
 
 
-Version 1.0.0 (5/24/2007)
--------------------------
+Version 1.0.0 (2007-05-24)
+--------------------------
 
 - Initial Release

Modified: z3c.formdemo/trunk/setup.py
===================================================================
--- z3c.formdemo/trunk/setup.py	2007-10-10 02:15:24 UTC (rev 80757)
+++ z3c.formdemo/trunk/setup.py	2007-10-10 02:19:46 UTC (rev 80758)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formdemo',
-    version='1.4.0',
+    version='1.5.0',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A set of demo applications for z3c.form and z3c.formui",



More information about the Checkins mailing list