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 3471427 commit 9b472fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
*******

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

- ...

0.8.1 (2020-08-20)
==================

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.1',
version='0.9.dev0',
description="The Grok administration and development UI (base)",
long_description=(
read('README.txt') +
Expand Down

0 comments on commit 9b472fc

Please sign in to comment.