Skip to content

Commit b5f69fe

Browse files
committed
v1.2.15
1 parent 9c7ec0c commit b5f69fe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Version History
22

3+
## 1.2.15
4+
5+
* python-build: Add CPython 3.7.5 (#1423)
6+
* python-build: Add CPython 2.7.17 (#1433)
7+
* python-build: Add CPython 3.5.8 (#1441)
8+
* python-build: Add PyPy 7.2.0 (#1418)
9+
* python-build: Add anaconda3-2019.10 (#1427)
10+
* pyenv-help: Show text for all pyenv commands in pyenv-help (#1421)
11+
312
## 1.2.14
413

514
* python-build: Add CPython 3.8.0 (#1416)

libexec/pyenv---version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -e
1313
[ -n "$PYENV_DEBUG" ] && set -x
1414

15-
version="1.2.14"
15+
version="1.2.15"
1616
git_revision=""
1717

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

0 commit comments

Comments
 (0)