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

Commit

Permalink
Back to dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Aug 20, 2020
1 parent 905d0eb commit 2d0e6e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
CHANGES
*******

0.9 (unreleased)
================

- ...

0.8 (2020-08-20)
================

- Python3.6+ compatibility.


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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.8',
version='0.9.dev0',
description="The Grok administration and development UI (base)",
long_description=(
read('README.txt') +
Expand Down

0 comments on commit 2d0e6e2

Please sign in to comment.