[Checkins] SVN: megrok.layout/trunk/ Added the MANIFEST
    Souheil CHELFOUH 
    souheil at chelfouh.com
       
    Mon Oct 18 05:58:09 EDT 2010
    
    
  
Log message for revision 117649:
  Added the MANIFEST
Changed:
  U   megrok.layout/trunk/MANIFEST.in
  U   megrok.layout/trunk/docs/HISTORY.txt
  U   megrok.layout/trunk/setup.py
-=-
Modified: megrok.layout/trunk/MANIFEST.in
===================================================================
--- megrok.layout/trunk/MANIFEST.in	2010-10-18 09:58:03 UTC (rev 117648)
+++ megrok.layout/trunk/MANIFEST.in	2010-10-18 09:58:08 UTC (rev 117649)
@@ -1,2 +1,2 @@
-recursive-include src/dolmen/content *.txt *.py *.zcml *.png
+recursive-include megrok/layout *.txt *.py *.zcml *.png
 recursive-include docs *.txt
Modified: megrok.layout/trunk/docs/HISTORY.txt
===================================================================
--- megrok.layout/trunk/docs/HISTORY.txt	2010-10-18 09:58:03 UTC (rev 117648)
+++ megrok.layout/trunk/docs/HISTORY.txt	2010-10-18 09:58:08 UTC (rev 117649)
@@ -1,9 +1,12 @@
 Changelog
 =========
 
-0.5.1 (2009-07-24)
+0.6 (2009-09-14)
 ------------------
 
+- switch the arguments order in calling the layout
+  [cklinger, sylvain]
+
 - add the CHANGES.txt
   [cklinger]
 
Modified: megrok.layout/trunk/setup.py
===================================================================
--- megrok.layout/trunk/setup.py	2010-10-18 09:58:03 UTC (rev 117648)
+++ megrok.layout/trunk/setup.py	2010-10-18 09:58:08 UTC (rev 117649)
@@ -8,7 +8,7 @@
 
 
 setup(name='megrok.layout',
-      version='0.5.1',
+      version='0.6',
       description="A layout component package for zope3 and Grok.",
       long_description = long_description,
       classifiers=[
    
    
More information about the checkins
mailing list