Skip to content

Commit

Permalink
start on 0.5dev
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwillcoding committed Jan 24, 2013
1 parent bfbc6c3 commit 6f00af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5dev (in progress)
--------------------


0.4dev (2013-01-24)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion configme/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PACKAGE_NAME = u"configme" # pragma: no cover
PACKAGE_NAME_PRETTY = u"ConfigMe" # pragma: no cover
PACKAGE_VERSION = u"0.4" # pragma: no cover
PACKAGE_VERSION = u"0.5" # pragma: no cover
PACKAGE_VERSION_TAG = u"dev" # pragma: no cover
PACKAGE_VERSION_FULL = u"%s%s" % \
(PACKAGE_VERSION, PACKAGE_VERSION_TAG) # pragma: no cover
Expand Down

0 comments on commit 6f00af5

Please sign in to comment.