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 Mar 6, 2010
1 parent ecc924d commit 47d4680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.txt
@@ -1,6 +1,12 @@
CHANGES
*******

0.3 (unreleased)
================

* ...


0.2 (2010-03-06)
================

Expand All @@ -11,7 +17,7 @@ CHANGES
``z3c.flashmessage``.

* Dependencies have been cleaned up : ``grokui.base`` no longer
depends on ``zope.app.zcml`` and can now be used outside the
depends on ``zope.app.zcmlfiles`` and can now be used outside the
``Grok`` suite. It uses only the `grokcore` packages.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.2',
version='0.3dev',
description="The Grok administration and development UI (base)",
long_description=(
read('README.txt') +
Expand Down

0 comments on commit 47d4680

Please sign in to comment.