Skip to content

Commit 4c8da67

Browse files
committed
v1.1.1
1 parent c2ba495 commit 4c8da67

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.1
4+
5+
* Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)
6+
* Generate `pydoc` executable after creating new virtualenv (#197, #230)
7+
38
#### 1.1.0
49

510
* fish: use "set -gx" instead of "setenv" (#215, #216, #217, #218)

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.0"
12+
PYENV_VIRTUALENV_VERSION="1.1.1"
1313

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

0 commit comments

Comments
 (0)