[Checkins] SVN: grokui.base/trunk/ Preparing release 0.5.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Mar 1 05:15:30 EST 2011


Log message for revision 120636:
  Preparing release 0.5.1

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

-=-
Modified: grokui.base/trunk/CHANGES.txt
===================================================================
--- grokui.base/trunk/CHANGES.txt	2011-03-01 10:10:41 UTC (rev 120635)
+++ grokui.base/trunk/CHANGES.txt	2011-03-01 10:15:30 UTC (rev 120636)
@@ -1,12 +1,11 @@
 CHANGES
 *******
 
-0.6 (unreleased)
-================
+0.5.1 (2011-03-01)
+==================
 
-- Nothing changed yet.
+- Make sure grokcore.view is properly configured.
 
-
 0.5 (2011-01-12)
 ================
 

Modified: grokui.base/trunk/setup.py
===================================================================
--- grokui.base/trunk/setup.py	2011-03-01 10:10:41 UTC (rev 120635)
+++ grokui.base/trunk/setup.py	2011-03-01 10:15:30 UTC (rev 120636)
@@ -23,7 +23,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='grokui.base',
-      version='0.6dev',
+      version='0.5.1',
       description="The Grok administration and development UI (base)",
       long_description=(
         read('README.txt') +



More information about the checkins mailing list