Skip to content

Commit 74bba45

Browse files
committed
v1.1.4
1 parent 2d947be commit 74bba45

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
#### 1.1.4
4+
5+
* Support newer conda (#290)
6+
* Prefer `python3.x` executable if avaialble (#206, #282, #296)
7+
38
#### 1.1.3
49

510
* No code changes since 1.1.2

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.3"
12+
PYENV_VIRTUALENV_VERSION="1.1.4"
1313

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

0 commit comments

Comments
 (0)