Skip to content

Commit 294f64f

Browse files
committed
v1.1.5
1 parent e39b112 commit 294f64f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Version History
22

3+
#### 1.1.5
4+
5+
* Fix install script (#290, #302)
6+
37
#### 1.1.4
48

59
* Support newer conda (#290)

bin/pyenv-virtualenv

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -f/--force Install even if the version appears to be installed already
1010
#
1111

12-
PYENV_VIRTUALENV_VERSION="1.1.4"
12+
PYENV_VIRTUALENV_VERSION="1.1.5"
1313

1414
set -e
1515
[ -n "$PYENV_DEBUG" ] && set -x

0 commit comments

Comments
 (0)