Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuu committed Feb 8, 2019
1 parent 2d947be commit 74bba45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Version History

#### 1.1.4

* Support newer conda (#290)
* Prefer `python3.x` executable if avaialble (#206, #282, #296)

#### 1.1.3

* No code changes since 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion bin/pyenv-virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# -f/--force Install even if the version appears to be installed already
#

PYENV_VIRTUALENV_VERSION="1.1.3"
PYENV_VIRTUALENV_VERSION="1.1.4"

set -e
[ -n "$PYENV_DEBUG" ] && set -x
Expand Down

0 comments on commit 74bba45

Please sign in to comment.