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