[Checkins] SVN: grokui.base/trunk/ Back to dev

Souheil CHELFOUH souheil at chelfouh.com
Sat Mar 6 15:14:44 EST 2010


Log message for revision 109724:
  Back to dev
  

Changed:
  U   grokui.base/trunk/CHANGES.txt
  U   grokui.base/trunk/setup.py

-=-
Modified: grokui.base/trunk/CHANGES.txt
===================================================================
--- grokui.base/trunk/CHANGES.txt	2010-03-06 20:09:33 UTC (rev 109723)
+++ grokui.base/trunk/CHANGES.txt	2010-03-06 20:14:44 UTC (rev 109724)
@@ -1,6 +1,12 @@
 CHANGES
 *******
 
+0.3 (unreleased)
+================
+
+* ...
+
+
 0.2 (2010-03-06)
 ================
 
@@ -11,7 +17,7 @@
   ``z3c.flashmessage``.
 
 * Dependencies have been cleaned up : ``grokui.base`` no longer
-  depends on ``zope.app.zcml`` and can now be used outside the
+  depends on ``zope.app.zcmlfiles`` and can now be used outside the
   ``Grok`` suite. It uses only the `grokcore` packages.
 
 

Modified: grokui.base/trunk/setup.py
===================================================================
--- grokui.base/trunk/setup.py	2010-03-06 20:09:33 UTC (rev 109723)
+++ grokui.base/trunk/setup.py	2010-03-06 20:14:44 UTC (rev 109724)
@@ -23,7 +23,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='grokui.base',
-      version='0.2',
+      version='0.3dev',
       description="The Grok administration and development UI (base)",
       long_description=(
         read('README.txt') +



More information about the checkins mailing list