From 095ca59878b3848dfde2cf80f7a064e4d7a4bb81 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sat, 17 Dec 2016 18:04:50 -0500 Subject: [PATCH] v1.0.5 --- CHANGELOG.md | 6 +++++- libexec/pyenv---version | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb60a494..7dc53623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ ## Version History -## Unreleased +## 1.0.5 +* python-build: Add CPython 2.7.13 (#782) * python-build: Add CPython 3.6.0rc2 (#781) +* python-build: Add Anaconda 4.2.0 (#774) +* python-build: Add Anaconda3 4.2.0 (#765) +* python-build: Add IronPython 2.7.7 (#755) ## 1.0.4 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 64c6ba28..4d3dedba 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.0.4" +version="1.0.5" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then