瀏覽代碼

1.2.4

pull/327/merge v1.2.4
Ivan Pozdeev 2 月之前
父節點
當前提交
e9b88cc366
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      bin/pyenv-virtualenv

+ 5
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,10 @@
## Version History
#### 1.2.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
* README: Remove dollar signs from commands that are meant to be copied by @galonsky in https://github.com/pyenv/pyenv-virtualenv/pull/481
* Reflect pyenv-latest switch change in 2.4.8 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/484
#### 1.2.3
* Fix: add `colorize` helper by @silverjam in https://github.com/pyenv/pyenv-virtualenv/pull/470
* Bump pyenv-virtualenv reporting version to match release by @ushuz in https://github.com/pyenv/pyenv-virtualenv/pull/471

+ 1
- 1
bin/pyenv-virtualenv 查看文件

@ -13,7 +13,7 @@
# -u/--upgrade Imply --force
#
PYENV_VIRTUALENV_VERSION="1.2.3"
PYENV_VIRTUALENV_VERSION="1.2.4"
set -e
[ -n "$PYENV_DEBUG" ] && set -x

Loading…
取消
儲存