Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Preparing release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 2, 2012
1 parent 9083360 commit 4cac824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGES.txt
@@ -1,11 +1,10 @@
CHANGES
*******

0.7 (unreleased)
0.7 (2012-05-02)
================

- Nothing changed yet.

- Make sure to pick up latest grok and grokcore.layout.

0.6 (2011-07-14)
================
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -24,7 +24,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='grokui.base',
version='0.7dev',
version='0.7',
description="The Grok administration and development UI (base)",
long_description=(
read('README.txt') +
Expand Down Expand Up @@ -56,7 +56,8 @@ def read(*rnames):
namespace_packages = ['grokui'],
install_requires=[
'fanstatic',
'grok',
'grok >= 1.10',
'grokcore.layout >= 1.5',
'grokcore.message',
'megrok.menu',
'setuptools',
Expand Down

0 comments on commit 4cac824

Please sign in to comment.