From ab2aa6d13bac0b3f916b3a0e72bbd293ed8d98f2 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 26 Mar 2015 23:13:55 +0900 Subject: [PATCH] v20150326 --- CHANGELOG.md | 7 +++++++ libexec/pyenv---version | 2 +- test/pyenv.bats | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da6ef11b..4decd836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +#### 20150326 + +* python-build: Add Portable PyPy binaries from https://github.com/squeaky-pl/portable-pypy (#329) +* python-build: Add CPython alpha release; 3.5.0a2 (#328) +* python-build: Add pypy-2.5.1 (fixes #338) +* pyenv: Import recent changes from rbenv 4d72eefffc548081f6eee2e54d3b9116b9f9ee8e + #### 20150226 * python-build: Add CPython release; 3.4.3 (#323) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 417e21d7..289478c6 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20150226" +version="20150326" 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 b81941a0..6f71b647 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 20150226" ] + assert [ "${lines[0]}" == "pyenv 20150326" ] } @test "invalid command" {