[Checkins] SVN: grokui.admin/branches/0.6/ Preparing release 0.6.4

Jan-Wijbrand Kolman janwijbrand at gmail.com
Fri May 28 16:19:29 EDT 2010


Log message for revision 112818:
  Preparing release 0.6.4

Changed:
  U   grokui.admin/branches/0.6/CHANGES.txt
  U   grokui.admin/branches/0.6/setup.py

-=-
Modified: grokui.admin/branches/0.6/CHANGES.txt
===================================================================
--- grokui.admin/branches/0.6/CHANGES.txt	2010-05-28 20:17:34 UTC (rev 112817)
+++ grokui.admin/branches/0.6/CHANGES.txt	2010-05-28 20:19:29 UTC (rev 112818)
@@ -1,7 +1,7 @@
 grokui.admin changes
 ********************
 
-0.6.4 (unreleased)
+0.6.4 (2010-05-28)
 ==================
 
 - Fix bug where the tests would not run correctly when run form the egg itself.

Modified: grokui.admin/branches/0.6/setup.py
===================================================================
--- grokui.admin/branches/0.6/setup.py	2010-05-28 20:17:34 UTC (rev 112817)
+++ grokui.admin/branches/0.6/setup.py	2010-05-28 20:19:29 UTC (rev 112818)
@@ -14,7 +14,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='grokui.admin',
-      version='0.6.4dev',
+      version='0.6.4',
       description="The Grok administration and development UI (base)",
       long_description=(
           read(os.path.join('src', 'grokui', 'admin', 'README.txt')) +



More information about the checkins mailing list