0.6.9 release

This commit is contained in:
Yuta
2011-03-20 04:06:05 +09:00
parent 4b319dfb8c
commit 7d002f2429
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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"]
+1 -1
View File
@@ -1 +1 @@
0.6.8
0.6.9