mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
update 0.6.7
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
* 0.6.7
|
||||
- Bug fixed: Off command did not work.
|
||||
- Added tests.
|
||||
|
||||
* 0.6.6
|
||||
- Added py command
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
0.6.6
|
||||
0.6.7
|
||||
Reference in New Issue
Block a user