mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-11 13:03:52 -05:00
v1.1.5
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 1.1.5
|
||||||
|
|
||||||
|
* Fix install script (#290, #302)
|
||||||
|
|
||||||
#### 1.1.4
|
#### 1.1.4
|
||||||
|
|
||||||
* Support newer conda (#290)
|
* Support newer conda (#290)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
# -f/--force Install even if the version appears to be installed already
|
# -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
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user