From 7d002f2429a7798d9c1aed4f703fc994d7180ab4 Mon Sep 17 00:00:00 2001 From: Yuta Date: Sun, 20 Mar 2011 04:06:05 +0900 Subject: [PATCH] 0.6.9 release --- ChangeLog | 5 +++++ pythonbrew/define.py | 2 +- stable-version.txt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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