mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
0.6.9 release
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
0.6.8
|
||||
0.6.9
|
||||
Reference in New Issue
Block a user