From 7467c88780979d2cd80472bec86b5e6e9fd51e53 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Thu, 3 Mar 2016 00:43:07 +0000 Subject: [PATCH] v20160303 --- CHANGELOG.md | 9 +++++++++ libexec/pyenv---version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf13fab..a3d045d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Version History +## 20160303 + +* python-build: Add anaconda[23]-2.5.0 (#543) +* python-build: Import recent changes from ruby-build 20160130 +* python-build: Compile with `--enable-unicode=ucs4` by default for CPython (#257, #542) +* python-build: Switch download URL of Continuum products from HTTP to HTTPS (#543) +* python-build: Added pypy-dev special case in pyenv-install to use py27 (#547) +* python-build: Upgrade OpenSSL to 1.0.2g (#550) + ## 20160202 * pyenv: Run rehash automatically after `conda install` diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 45d718eb..41a45825 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20160202" +version="20160303" git_revision="" for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do