From 0daf04a71b04c72e6a6d701dcd812b666b22dd50 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 3 Nov 2015 13:31:28 +0000 Subject: [PATCH] v20151103 --- 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 506d14c6..ab4c6c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Version History +### 20151103 + +* python-build: Add PyPy 4.0.0 (#463) +* python-build: Add Jython 2.7.1b2 +* python-build: Add warning about setuptools issues on CPython 3.0.1 on OS X (#456) + ### 20151006 * pyenv: Different behaviour when invoking .py script through symlink (#379, #404) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 1a90f4a4..e41d30a9 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20151006" +version="20151103" 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 73712ecf..ab472f6f 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 20151006" ] + assert [ "${lines[0]}" == "pyenv 20151103" ] } @test "invalid command" {