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

Commit

Permalink
Preparing release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Mar 1, 2011
1 parent 63fcaa4 commit 46768e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
CHANGES
*******

0.6 (unreleased)
================

- Nothing changed yet.
0.5.1 (2011-03-01)
==================

- Make sure grokcore.view is properly configured.

0.5 (2011-01-12)
================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='grokui.base',
version='0.6dev',
version='0.5.1',
description="The Grok administration and development UI (base)",
long_description=(
read('README.txt') +
Expand Down

0 comments on commit 46768e2

Please sign in to comment.