Skip to content

Commit 0fd8a16

Browse files
committed
v20160716
1 parent 704f08f commit 0fd8a16

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Version History
22

3+
#### 20160716
4+
5+
* Suppress activate/deactivate messages by default (#169, #170, #171)
6+
+ Source conda package activate/deactivat scripts if exist (#173)
7+
* Use `source` in favor of `.` for `fish` (#175)
8+
* Use `python -m venv` instead of `pyvenv` due to deprecation of `pyvenv` after 3.6 (#184, #185)
9+
310
#### 20160315
411

512
* Evaluate `${PATH}` when outputted code is eval'd. (#154)

bin/pyenv-virtualenv

Lines changed: 1 addition & 1 deletion
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="20160315"
12+
PYENV_VIRTUALENV_VERSION="20160716"
1313

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

0 commit comments

Comments
 (0)