[Checkins] SVN: z3c.formdemo/tags/1.5.5/ vb

Adam Groszer agroszer at gmail.com
Wed Apr 28 03:25:27 EDT 2010


Log message for revision 111525:
  vb

Changed:
  U   z3c.formdemo/tags/1.5.5/CHANGES.txt
  U   z3c.formdemo/tags/1.5.5/buildout.cfg
  U   z3c.formdemo/tags/1.5.5/setup.py

-=-
Modified: z3c.formdemo/tags/1.5.5/CHANGES.txt
===================================================================
--- z3c.formdemo/tags/1.5.5/CHANGES.txt	2010-04-28 07:23:28 UTC (rev 111524)
+++ z3c.formdemo/tags/1.5.5/CHANGES.txt	2010-04-28 07:25:26 UTC (rev 111525)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+Version 1.5.5 (2010-04-28)
+--------------------------
+
+- 1.5.4 tar.gz was broken
+
 Version 1.5.4 (2010-04-27)
 --------------------------
 

Modified: z3c.formdemo/tags/1.5.5/buildout.cfg
===================================================================
--- z3c.formdemo/tags/1.5.5/buildout.cfg	2010-04-28 07:23:28 UTC (rev 111524)
+++ z3c.formdemo/tags/1.5.5/buildout.cfg	2010-04-28 07:25:26 UTC (rev 111525)
@@ -7,6 +7,7 @@
 [versions]
 z3c.layer=0.2.4
 zc.buildout=1.3.1
+z3c.formdemo=
 
 [test]
 recipe = zc.recipe.testrunner

Modified: z3c.formdemo/tags/1.5.5/setup.py
===================================================================
--- z3c.formdemo/tags/1.5.5/setup.py	2010-04-28 07:23:28 UTC (rev 111524)
+++ z3c.formdemo/tags/1.5.5/setup.py	2010-04-28 07:25:26 UTC (rev 111525)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formdemo',
-    version='1.5.4',
+    version='1.5.5',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "A set of demo applications for z3c.form and z3c.formui",



More information about the checkins mailing list