[Checkins] SVN: grokui.admin/trunk/ Preparing release 0.11

Jan Wijbrand Kolman cvs-admin at zope.org
Wed May 2 09:30:21 UTC 2012


Log message for revision 125583:
  Preparing release 0.11

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

-=-
Modified: grokui.admin/trunk/CHANGES.txt
===================================================================
--- grokui.admin/trunk/CHANGES.txt	2012-05-02 09:29:14 UTC (rev 125582)
+++ grokui.admin/trunk/CHANGES.txt	2012-05-02 09:30:18 UTC (rev 125583)
@@ -1,18 +1,16 @@
 grokui.admin changes
 ********************
 
-0.11 (unreleased)
+0.11 (2012-05-02)
 =================
 
-- Nothing changed yet.
+- Make sure to require the latest grok and grokcore.site.
 
-
 0.10 (2011-07-14)
 =================
 
 - Nothing changed yet.
 
-
 0.9 (2011-01-20)
 ================
 

Modified: grokui.admin/trunk/setup.py
===================================================================
--- grokui.admin/trunk/setup.py	2012-05-02 09:29:14 UTC (rev 125582)
+++ grokui.admin/trunk/setup.py	2012-05-02 09:30:18 UTC (rev 125583)
@@ -14,7 +14,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='grokui.admin',
-      version='0.11dev',
+      version='0.11',
       description="The Grok administration and development UI",
       long_description=(
           read(os.path.join('src', 'grokui', 'admin', 'README.txt')) +
@@ -44,8 +44,8 @@
       namespace_packages=['grokui'],
       install_requires=[
           'ZODB3',
-          'grok >= 1.8',
-          'grokcore.site >= 1.5',
+          'grok >= 1.10',
+          'grokcore.site >= 1.6.1',
           'grokui.base',
           'setuptools',
           'z3c.flashmessage',



More information about the checkins mailing list