diff --git a/ChangeLog b/ChangeLog index f52604a..f962dcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +* 0.6.7 + - Bug fixed: Off command did not work. + - Added tests. + * 0.6.6 - Added py command diff --git a/pythonbrew/define.py b/pythonbrew/define.py index 7933d20..e388b1f 100644 --- a/pythonbrew/define.py +++ b/pythonbrew/define.py @@ -1,6 +1,6 @@ import os -VERSION = "0.6.6" +VERSION = "0.6.7" if os.environ.has_key("PYTHONBREW_ROOT"): ROOT = os.environ["PYTHONBREW_ROOT"] diff --git a/stable-version.txt b/stable-version.txt index bf21f52..8b707c6 100644 --- a/stable-version.txt +++ b/stable-version.txt @@ -1 +1 @@ -0.6.6 \ No newline at end of file +0.6.7 \ No newline at end of file