mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-10 04:23:53 -05:00
release v20130507
This commit is contained in:
@@ -40,6 +40,11 @@ under `~/.pyenv/versions`.
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 20130507
|
||||||
|
|
||||||
|
* Display virtualenv information in `--help` and `--version`
|
||||||
|
* Update virtualenv version; 1.8.4 -> 1.9.1
|
||||||
|
|
||||||
#### 20130307
|
#### 20130307
|
||||||
|
|
||||||
* Rename the project; `s/python-virtualenv/pyenv-virtualenv/g`
|
* Rename the project; `s/python-virtualenv/pyenv-virtualenv/g`
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# pyenv virtualenv --help
|
# pyenv virtualenv --help
|
||||||
#
|
#
|
||||||
|
|
||||||
PYENV_VIRTUALENV_VERSION="20130307"
|
PYENV_VIRTUALENV_VERSION="20130507"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PYTHON_VIRTUALENV_VERSION="20130307"
|
PYTHON_VIRTUALENV_VERSION="20130507"
|
||||||
|
|
||||||
set -E
|
set -E
|
||||||
exec 3<&2 # preserve original stderr at fd 3
|
exec 3<&2 # preserve original stderr at fd 3
|
||||||
|
|||||||
Reference in New Issue
Block a user