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

Commit

Permalink
Preparing release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Feb 16, 2016
1 parent 9aed5f3 commit 36c58c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,7 +1,7 @@
grokui.admin changes
********************

0.12 (unreleased)
0.12 (2016-02-16)
=================

- Update to follow API changes in grok.
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.12.dev0',
version='0.12',
description="The Grok administration and development UI",
long_description=(
read(os.path.join('src', 'grokui', 'admin', 'README.txt')) +
Expand Down

0 comments on commit 36c58c2

Please sign in to comment.