release 1.0

This commit is contained in:
utahta
2011-08-08 03:09:42 +09:00
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 0.10
* 1.0
- Added systemwide install support. (issue #31)
- Fixed issue #41 Handle venv binary with the symlink command.
- Improved `venv` command (without virtualenvwrapper)
+2 -2
View File
@@ -173,8 +173,8 @@ See more details below
Changelog
=========
0.10 (2011-08-08)
-----------------
1.0 (2011-08-08)
----------------
- Added systemwide install support. (issue #31)
- Fixed issue #41 Handle venv binary with the symlink command.
+1 -1
View File
@@ -6,7 +6,7 @@ except:
import configparser as ConfigParser
# pythonbrew version
VERSION = "0.10"
VERSION = "1.0"
# pythonbrew installer root path
INSTALLER_ROOT = os.path.dirname(os.path.abspath(__file__))
+4
View File
@@ -17,6 +17,10 @@ setup(name='pythonbrew',
'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
],
keywords='pythonbrew pip easy_install distutils setuptools virtualenv',
author='utahta',
+1 -1
View File
@@ -1 +1 @@
0.10
1.0