Skip to content

Commit 9a03eb5

Browse files
committed
v1.1.2
1 parent e67dd07 commit 9a03eb5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
#### 1.1.2
4+
5+
* Use custom get-pip URL based on the target version (#253, #254, #255)
6+
* Source conda 4.4.4 shell files (#251)
7+
* Evaluate force flag before testing if venv exists (#232)
8+
39
#### 1.1.1
410

511
* Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)

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.1"
12+
PYENV_VIRTUALENV_VERSION="1.1.2"
1313

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

0 commit comments

Comments
 (0)