Browse Source

v1.0.5

pull/787/head v1.0.5
Josh Friend 9 years ago
parent
commit
095ca59878
No known key found for this signature in database GPG Key ID: D027F3F8F237DD1C
2 changed files with 6 additions and 2 deletions
  1. +5
    -1
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 5
- 1
CHANGELOG.md View File

@ -1,8 +1,12 @@
## Version History
## Unreleased
## 1.0.5
* python-build: Add CPython 2.7.13 (#782)
* python-build: Add CPython 3.6.0rc2 (#781)
* python-build: Add Anaconda 4.2.0 (#774)
* python-build: Add Anaconda3 4.2.0 (#765)
* python-build: Add IronPython 2.7.7 (#755)
## 1.0.4

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

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

Loading…
Cancel
Save