Browse Source

v20160629

pull/648/head v20160629
Josh Friend 8 years ago
parent
commit
7d709586ee
No known key found for this signature in database GPG Key ID: D027F3F8F237DD1C
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 2
- 1
CHANGELOG.md View File

@ -1,7 +1,8 @@
## Version History
## Unreleased
## 20160629
* python-build: Added CPython 2.7.12 (#645)
* python-build: Added PyPy 3.5.1 (#646)
* python-build: Added PyPy Portable 5.3.1

+ 1
- 1
libexec/pyenv---version View File

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

Loading…
Cancel
Save