From 4812e0387bbf96dd92c5eb75b0fc1eb331500550 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Wed, 27 Jun 2018 19:21:18 -0400 Subject: [PATCH] v1.2.5 --- CHANGELOG.md | 7 +++++++ libexec/pyenv---version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bb4bd4..86ad8ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +## 1.2.5 + +* python-build: Add CPython 3.7.0 (#1177) +* python-build: Add micropython 1.9.4 (#1160) +* python-build: Add anaconda[23]-5.2.0 (#1165) +* pyenv: Fix `seq(1)` is not available on OpenBSD (#1166) + ## 1.2.4 * python-build: Add CPython 2.7.15 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 78b7a0ec..3f83e194 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.4" +version="1.2.5" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then