mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
v1.1.5
This commit is contained in:
parent
e39b112676
commit
294f64f76b
|
|
@ -1,5 +1,9 @@
|
|||
## Version History
|
||||
|
||||
#### 1.1.5
|
||||
|
||||
* Fix install script (#290, #302)
|
||||
|
||||
#### 1.1.4
|
||||
|
||||
* Support newer conda (#290)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# -f/--force Install even if the version appears to be installed already
|
||||
#
|
||||
|
||||
PYENV_VIRTUALENV_VERSION="1.1.4"
|
||||
PYENV_VIRTUALENV_VERSION="1.1.5"
|
||||
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
|
|
|||
Loading…
Reference in a new issue