[Checkins] SVN: z3c.formjsdemo/trunk/ Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 27 01:05:13 EDT 2008


Log message for revision 90392:
  Get ready for release.
  

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

-=-
Modified: z3c.formjsdemo/trunk/CHANGES.txt
===================================================================
--- z3c.formjsdemo/trunk/CHANGES.txt	2008-08-27 05:02:51 UTC (rev 90391)
+++ z3c.formjsdemo/trunk/CHANGES.txt	2008-08-27 05:05:13 UTC (rev 90392)
@@ -2,12 +2,18 @@
 CHANGES
 =======
 
-Version 0.3.1 (unreleased)
+Version 0.3.1 (2008-08-26)
 --------------------------
 
+- Restructure: Made links on index page relative to context so you can do
+  better virtual hosting.
+
+- Restructure: Changed dates to ISO-8601 format.
+
 - Restructure: Removed deprecations warnings for ``ISession`` and
   ``ZopeSecurityPlicy``.
 
+
 Version 0.3.0 (2007-10-03)
 --------------------------
 
@@ -17,6 +23,7 @@
 - Feature: Widget Switching demo.  Shows off ajax switching between
   display and input widgets.
 
+
 Version 0.2.0 (2007-07-18)
 -------------------------
 
@@ -28,6 +35,7 @@
 - Restructure: Code updated to keep up with the changes in the API of
   ``z3c.formjs``.
 
+
 Version 0.1.0 (2007-06-29)
 -------------------------
 

Modified: z3c.formjsdemo/trunk/setup.py
===================================================================
--- z3c.formjsdemo/trunk/setup.py	2008-08-27 05:02:51 UTC (rev 90391)
+++ z3c.formjsdemo/trunk/setup.py	2008-08-27 05:05:13 UTC (rev 90392)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formjsdemo',
-    version='0.3.1dev',
+    version='0.3.1',
     author = "Paul Carduner and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A set of demo applications for ``z3c.formjs``",



More information about the Checkins mailing list