v20130614

This commit is contained in:
Yamashita Yuu
2013-06-14 21:31:24 +09:00
parent a2c878f284
commit 2a5a483c5d
2 changed files with 6 additions and 1 deletions

View File

@@ -50,6 +50,11 @@ You can set certain environment variables to control the pyenv-virtualenv.
## Version History
#### 20130614
* Add `pyenv virtualenvs` to list all virtualenv versions.
* *EXPERIMENTAL* Add `--upgrade` option to re-create virtualenv with migrating packages
#### 20130527
* Remove `python-virtualenv` which was no longer used.

View File

@@ -10,7 +10,7 @@
# -f/--force Install even if the version appears to be installed already
#
PYENV_VIRTUALENV_VERSION="20130527"
PYENV_VIRTUALENV_VERSION="20130614"
VIRTUALENV_VERSION="${VIRTUALENV_VERSION:-1.9.1}"
set -e