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

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulif committed Apr 9, 2009
1 parent 783c322 commit 40cc207
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
grokui.admin changes
********************

0.3.2 (unreleased)
==================

0.3.1 (2009-04-09)
==================

Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ versions = versions
recipe = zc.recipe.filestorage

[versions]
grokui.admin = 0.3.1dev # We need this if grok-x.x.cfg requires
grokui.admin = 0.3.2dev # We need this if grok-x.x.cfg requires
# another version of grokui.admin

[app]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

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

0 comments on commit 40cc207

Please sign in to comment.