Skip to content

Commit

Permalink
v1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfriend committed Oct 15, 2019
1 parent a0a5822 commit d6d6bc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
## Version History

## 1.2.14

* python-build: Add CPython 3.8.0 (#1416)
* python-build: Add Anaconda-2019.07 (#1382)
* python-build: Add Micropython 1.11 (#1395)
* python-build: Fix compatibility issues with Homebrew installed Tcl/Tk (#1397)
* pyenv-exec: Do not use `exec -a`, do not mangle PATH for system Python (#1169)

## 1.2.13

* python-build: Add CPython 3.7.4
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.2.13"
version="1.2.14"
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 d6d6bc8

Please sign in to comment.