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

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jun 22 13:15:25 EDT 2007


Log message for revision 76945:
  - Get ready for release.
  
  - Ignore buildout generated stuff.
  

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

-=-

Property changes on: z3c.formui/trunk
___________________________________________________________________
Name: svn:ignore
   + build
develop-eggs
dist
eggs
bin
parts



Modified: z3c.formui/trunk/CHANGES.txt
===================================================================
--- z3c.formui/trunk/CHANGES.txt	2007-06-22 17:00:19 UTC (rev 76944)
+++ z3c.formui/trunk/CHANGES.txt	2007-06-22 17:15:24 UTC (rev 76945)
@@ -2,14 +2,14 @@
 CHANGES
 =======
 
-Version 1.0.1 (6/??/2007)
+Version 1.0.1 (6/22/2007)
 -------------------------
 
-- Bug: Make sure we use the id for the "for" attribute of the "label" 
-  element and not the name. This has worked until recently, because the 
+- Bug: Make sure we use the id for the "for" attribute of the "label"
+  element and not the name. This has worked until recently, because the
   name and id were the same, but they are different now.
 
 Version 1.0.0 (5/24/2007)
 -------------------------
 
-- Initial Releas
+- Initial Release

Modified: z3c.formui/trunk/setup.py
===================================================================
--- z3c.formui/trunk/setup.py	2007-06-22 17:00:19 UTC (rev 76944)
+++ z3c.formui/trunk/setup.py	2007-06-22 17:15:24 UTC (rev 76945)
@@ -29,6 +29,8 @@
     description = "A set of initial UI components for z3c.form.",
     long_description=(
         read('README.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
         ),
     license = "ZPL 2.1",
     keywords = "zope3 form widget",


Property changes on: z3c.formui/trunk/src
___________________________________________________________________
Name: svn:ignore
   + z3c.formui.egg-info




More information about the Checkins mailing list