Skip to content

Commit e9b88cc

Browse files
committed
1.2.4
1 parent d811b3f commit e9b88cc

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.2.4
4+
* Fix failing to detect `-m venv` when "python" is not provided by the distro by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/479
5+
* README: Remove dollar signs from commands that are meant to be copied by @galonsky in https://github.com/pyenv/pyenv-virtualenv/pull/481
6+
* Reflect pyenv-latest switch change in 2.4.8 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/484
7+
38
#### 1.2.3
49
* Fix: add `colorize` helper by @silverjam in https://github.com/pyenv/pyenv-virtualenv/pull/470
510
* Bump pyenv-virtualenv reporting version to match release by @ushuz in https://github.com/pyenv/pyenv-virtualenv/pull/471

bin/pyenv-virtualenv

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -u/--upgrade Imply --force
1414
#
1515

16-
PYENV_VIRTUALENV_VERSION="1.2.3"
16+
PYENV_VIRTUALENV_VERSION="1.2.4"
1717

1818
set -e
1919
[ -n "$PYENV_DEBUG" ] && set -x

0 commit comments

Comments
 (0)