[Checkins] SVN: megrok.layout/trunk/ Ready for release

Souheil CHELFOUH souheil at chelfouh.com
Mon Oct 18 06:00:32 EDT 2010


Log message for revision 117674:
  Ready for release

Changed:
  U   megrok.layout/trunk/docs/HISTORY.txt
  U   megrok.layout/trunk/setup.py

-=-
Modified: megrok.layout/trunk/docs/HISTORY.txt
===================================================================
--- megrok.layout/trunk/docs/HISTORY.txt	2010-10-18 10:00:26 UTC (rev 117673)
+++ megrok.layout/trunk/docs/HISTORY.txt	2010-10-18 10:00:31 UTC (rev 117674)
@@ -1,6 +1,13 @@
 Changelog
 =========
 
+1.0.1 (2010-02-25)
+------------------
+
+- Forms now inherit from `UtilityView` and therefore get the
+  `application_url` and `flash` methods. Tests have been added to
+  garanty the behavior. [trollfot]
+
 1.0 (2010-02-25)
 ----------------
 

Modified: megrok.layout/trunk/setup.py
===================================================================
--- megrok.layout/trunk/setup.py	2010-10-18 10:00:26 UTC (rev 117673)
+++ megrok.layout/trunk/setup.py	2010-10-18 10:00:31 UTC (rev 117674)
@@ -16,7 +16,7 @@
     ]
 
 setup(name='megrok.layout',
-      version='1.0',
+      version='1.0.1',
       description="A layout component package for zope3 and Grok.",
       long_description = long_description,
       classifiers=[
@@ -46,7 +46,7 @@
           'martian',
           'setuptools',
           'z3c.flashmessage',
-          'zope.component',
+          'zope.component >= 3.9.1',
           'zope.interface',
           'zope.publisher',
           'zope.site',



More information about the checkins mailing list