diff --git a/ChangeLog b/ChangeLog index a990cdd..803fc19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +* 0.6.9 + - Bug fixed. + - Added config.cfg + - Help command by default + * 0.6.8 - Added Python-3.2 to the installation list diff --git a/pythonbrew/define.py b/pythonbrew/define.py index 9a97fc4..0f62b7d 100644 --- a/pythonbrew/define.py +++ b/pythonbrew/define.py @@ -2,7 +2,7 @@ import os import re import ConfigParser -VERSION = "0.6.8" +VERSION = "0.6.9" if os.environ.has_key("PYTHONBREW_ROOT"): ROOT = os.environ["PYTHONBREW_ROOT"] diff --git a/stable-version.txt b/stable-version.txt index bc8443e..1864002 100644 --- a/stable-version.txt +++ b/stable-version.txt @@ -1 +1 @@ -0.6.8 \ No newline at end of file +0.6.9 \ No newline at end of file