Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuu committed May 18, 2018
1 parent e67dd07 commit 9a03eb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Version History

#### 1.1.2

* Use custom get-pip URL based on the target version (#253, #254, #255)
* Source conda 4.4.4 shell files (#251)
* Evaluate force flag before testing if venv exists (#232)

#### 1.1.1

* Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)
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.1"
PYENV_VIRTUALENV_VERSION="1.1.2"

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

0 comments on commit 9a03eb5

Please sign in to comment.