From efe461d2b4995d7d25828fc12f3fd00f05ae70aa Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 26 Feb 2015 11:34:53 +0900 Subject: [PATCH] v20150226 (#323) --- CHANGELOG.md | 6 ++++++ libexec/pyenv---version | 2 +- test/pyenv.bats | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bebde6..da6ef11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Version History +#### 20150226 + +* python-build: Add CPython release; 3.4.3 (#323) +* python-build: Add CPython alpha release; 3.5.0a1 (#324) +* python-build: Add Miniconda/Miniconda3 3.8.3 (#318) + #### 20150204 * python-build: Add PyPy 2.5.0 release (#311) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 6e82b031..417e21d7 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20150204" +version="20150226" if cd "$PYENV_ROOT" 2>/dev/null; then git_revision="$(git describe --tags HEAD 2>/dev/null || true)" diff --git a/test/pyenv.bats b/test/pyenv.bats index 13166f1a..b81941a0 100644 --- a/test/pyenv.bats +++ b/test/pyenv.bats @@ -5,7 +5,7 @@ load test_helper @test "blank invocation" { run pyenv assert_success - assert [ "${lines[0]}" == "pyenv 20150204" ] + assert [ "${lines[0]}" == "pyenv 20150226" ] } @test "invalid command" {