We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39b112 commit 294f64fCopy full SHA for 294f64f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Version History
2
3
+#### 1.1.5
4
+
5
+* Fix install script (#290, #302)
6
7
#### 1.1.4
8
9
* Support newer conda (#290)
bin/pyenv-virtualenv
@@ -9,7 +9,7 @@
# -f/--force Install even if the version appears to be installed already
10
#
11
12
-PYENV_VIRTUALENV_VERSION="1.1.4"
+PYENV_VIRTUALENV_VERSION="1.1.5"
13
14
set -e
15
[ -n "$PYENV_DEBUG" ] && set -x
0 commit comments