release v20130507

This commit is contained in:
Yamashita Yuu
2013-05-07 19:55:31 +09:00
parent 5b357d2862
commit 78af7ec9d4
3 changed files with 7 additions and 2 deletions

View File

@@ -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`

View File

@@ -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

View File

@@ -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