From b3efcc9d1561e61468d887ba203a40e6f48d3865 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 28 Mar 2017 02:40:09 +0000 Subject: [PATCH] v1.0.10 (fixes #878) --- CHANGELOG.md | 6 ++++++ libexec/pyenv---version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1fc621..30ddfcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Version History +## 1.0.10 + +* python-build: Add Anaconda2/Anaconda3 4.3.1 (#876) +* python-build: Make miniconda-latest point to miniconda2-latest (#881) +* python-build: Fix typo in MacOS packages for anaconda2-4.3.0/4.2.0 (#880) + ## 1.0.9 * pyenv: Migrate project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv diff --git a/libexec/pyenv---version b/libexec/pyenv---version index cb489004..778cf109 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.0.9" +version="1.0.10" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then