[Checkins] SVN: megrok.z3cform.tabular/trunk/ Preparing release 0.2

Christian Klinger cklinger at novareto.de
Mon Oct 26 11:10:19 EDT 2009


Log message for revision 105299:
  Preparing release 0.2

Changed:
  U   megrok.z3cform.tabular/trunk/docs/HISTORY.txt
  U   megrok.z3cform.tabular/trunk/setup.py
  U   megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt

-=-
Modified: megrok.z3cform.tabular/trunk/docs/HISTORY.txt
===================================================================
--- megrok.z3cform.tabular/trunk/docs/HISTORY.txt	2009-10-26 15:06:50 UTC (rev 105298)
+++ megrok.z3cform.tabular/trunk/docs/HISTORY.txt	2009-10-26 15:10:18 UTC (rev 105299)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.2 (2009-10-26)
+----------------
+
+- Change the description of the project. 
+
+
 0.1 (2009-10-26)
 ----------------
 

Modified: megrok.z3cform.tabular/trunk/setup.py
===================================================================
--- megrok.z3cform.tabular/trunk/setup.py	2009-10-26 15:06:50 UTC (rev 105298)
+++ megrok.z3cform.tabular/trunk/setup.py	2009-10-26 15:10:18 UTC (rev 105299)
@@ -1,12 +1,12 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1'
+version = '0.2'
 readme = open(os.path.join('src', 'megrok', 'z3cform', 'tabular', 'README.txt')).read()
 
 setup(name='megrok.z3cform.tabular',
       version=version,
-      description="grok add on for createing an Wizard",
+      description="Grok addon for createing tabular forms",
       long_description=readme + "\n" +
                        open(os.path.join("docs", "HISTORY.txt")).read(),
       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers

Modified: megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt
===================================================================
--- megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt	2009-10-26 15:06:50 UTC (rev 105298)
+++ megrok.z3cform.tabular/trunk/src/megrok/z3cform/tabular/README.txt	2009-10-26 15:10:18 UTC (rev 105299)
@@ -90,10 +90,10 @@
    >>> grok.testing.grok_component('name', Name)
    True
 
-Ok now we can call the ´FormTableView´ on the container. We
+Ok now we can call the FormTableView on the container. We
 should see a table with three rows and two columns.
-There is a default ´Cancel´ button and our custom
-´ChangeWorkflowState´button.
+There is a default Cancel button and our custom
+ChangeWorkflowState button.
 
   >>> from zope.publisher.browser import TestRequest
   >>> request = TestRequest()



More information about the checkins mailing list