From 9146f44db137a5b1f37b9da15ff360bbf3a28ba0 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 4 Feb 2015 10:33:21 +0900 Subject: [PATCH] v20150204 --- CHANGELOG.md | 8 ++++++++ libexec/pyenv---version | 2 +- test/pyenv.bats | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 988d0733..a8bebde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Version History +#### 20150204 + +* python-build: Add PyPy 2.5.0 release (#311) +* python-build: Add note about `--enable-shared` and RPATH (#217) +* python-build: Fix regression of `PYTHON_MAKE_INSTALL_TARGET` and add test (#255) +* python-build: Symlink `pythonX.Y-config` to `python-config` if `python-config` is missing (#296) +* python-build: Latest `pip` can't be installed into `3.0.1` (#309) + #### 20150124 * python-build: Import recent changes from ruby-build v20150112 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index e09832c8..6e82b031 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20150124" +version="20150204" 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 0ed4948a..13166f1a 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 20150124" ] + assert [ "${lines[0]}" == "pyenv 20150204" ] } @test "invalid command" {