[Checkins] SVN: grokui.base/trunk/ Prepare bugfix release.

Uli Fouquet uli at gnufix.de
Wed May 19 07:48:10 EDT 2010


Log message for revision 112520:
  Prepare bugfix release.

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-05-19 11:41:57 UTC (rev 112519)
+++ grokui.base/trunk/CHANGES.txt	2010-05-19 11:48:10 UTC (rev 112520)
@@ -1,8 +1,8 @@
 CHANGES
 *******
 
-0.3 (unreleased)
-================
+0.2.1 (2010-05-19)
+==================
 
 * Package modified to comply with repository policy (license, etc.).
 

Modified: grokui.base/trunk/setup.py
===================================================================
--- grokui.base/trunk/setup.py	2010-05-19 11:41:57 UTC (rev 112519)
+++ grokui.base/trunk/setup.py	2010-05-19 11:48:10 UTC (rev 112520)
@@ -21,7 +21,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='grokui.base',
-      version='0.3dev',
+      version='0.2.1dev',
       description="The Grok administration and development UI (base)",
       long_description=(
         read('README.txt') +



More information about the checkins mailing list