瀏覽代碼

V1.0.9 release (#877)

* Update version to 1.0.9
pull/880/head v1.0.9
Samuel Villamonte 9 年之前
committed by GitHub
父節點
當前提交
acfbc96614
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. +2
    -2
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 2
- 2
CHANGELOG.md 查看文件

@ -1,8 +1,8 @@
## Version History
## Unreleased
## 1.0.9
* pyenv: Migarte project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv
* pyenv: Migrate project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv
* python-build: Add PyPy2 5.7.0 (#872, #868)
* python-build: Add PyPy3 5.7.0-beta (#871, #869)
* python-build: Add CPython 3.6.1 (#873)

+ 1
- 1
libexec/pyenv---version 查看文件

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.0.8"
version="1.0.9"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then

Loading…
取消
儲存