浏览代码

v20160509

pull/604/head v20160509
Yamashita, Yuu 8 年前
父节点
当前提交
2017dd0c25
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 6
- 0
CHANGELOG.md 查看文件

@ -2,6 +2,12 @@
## Unreleased
## 20160509
* python-build: Fixed wrong SHA256 of `pypy-5.1-linux_x86_64-portable.tar.bz2` (#586, #587)
* python-build: Added miniconda[23]-4.0.5
* python-build: Added PyPy (Portable) 5.1.1 (#591, #592, #593)
## 20160422
* python-build: Added PyPy 5.1 (#579)

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

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

正在加载...
取消
保存