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

Commit

Permalink
Back to development: 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jul 14, 2011
1 parent 0429d75 commit d42e017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,12 @@
grokui.admin changes
********************

0.11 (unreleased)
=================

- Nothing changed yet.


0.10 (2011-07-14)
=================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='grokui.admin',
version='0.10',
version='0.11dev',
description="The Grok administration and development UI",
long_description=(
read(os.path.join('src', 'grokui', 'admin', 'README.txt')) +
Expand Down

0 comments on commit d42e017

Please sign in to comment.