Skip to content

Commit

Permalink
Update changelog for v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfriend committed Oct 3, 2017
1 parent 18edb65 commit 5af8d2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v1.1.5

* python-build: Add CPython 3.6.3
* python-build: Add CPython 3.7.0a1
* python-build: Add Anaconda[23] 5.0.0

## v1.1.4

* pyenv: Workaround for scripts in `$PATH` which needs to be source'd (#100, #688, #953)
Expand Down
2 changes: 1 addition & 1 deletion libexec/pyenv---version
Expand Up @@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x

version="1.1.4"
version="1.1.5"
git_revision=""

if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
Expand Down

0 comments on commit 5af8d2f

Please sign in to comment.