mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
update
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
* 1.1
|
||||
- Added --framework, --universal and --static options to install command.
|
||||
|
||||
* 1.0
|
||||
- Added systemwide install support. (issue #31)
|
||||
- Fixed issue #41 Handle venv binary with the symlink command.
|
||||
|
||||
@@ -173,6 +173,11 @@ See more details below
|
||||
Changelog
|
||||
=========
|
||||
|
||||
1.1 (2011-08-29)
|
||||
----------------
|
||||
|
||||
- Added --framework, --universal and --static options to install command.
|
||||
|
||||
1.0 (2011-08-08)
|
||||
----------------
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ except:
|
||||
import configparser as ConfigParser
|
||||
|
||||
# pythonbrew version
|
||||
VERSION = "1.0"
|
||||
VERSION = "1.1"
|
||||
|
||||
# pythonbrew installer root path
|
||||
INSTALLER_ROOT = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.0
|
||||
1.1
|
||||
Reference in New Issue
Block a user