This commit is contained in:
utahta
2011-08-29 17:55:26 +09:00
parent aa14beb27b
commit 72c5a0ccaa
4 changed files with 10 additions and 2 deletions
+3
View File
@@ -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.
+5
View File
@@ -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)
----------------
+1 -1
View File
@@ -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
View File
@@ -1 +1 @@
1.0
1.1