We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7ec0c commit b5f69feCopy full SHA for b5f69fe
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## Version History
2
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
12
## 1.2.14
13
14
* python-build: Add CPython 3.8.0 (#1416)
libexec/pyenv---version
@@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
15
-version="1.2.14"
+version="1.2.15"
16
git_revision=""
17
18
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
0 commit comments