From 1d31529b465c73714b6044735c895759933fee9a Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Mon, 4 May 2015 08:24:23 -0400 Subject: [PATCH] v20150404 --- CHANGELOG.md | 9 ++++++++- libexec/pyenv---version | 2 +- test/pyenv.bats | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4decd836..e0220f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +#### 20150504 + +* python-build: Add Jython 2.7.0 +* python-build: Add CPython alpha release; 3.5.0a4 +* python-build: Add CPython 3.1, 3.1.1, and 3.1.2 +* python-build: Fix pip version to 1.5.6 for CPython 3.1.x (#351) + #### 20150326 * python-build: Add Portable PyPy binaries from https://github.com/squeaky-pl/portable-pypy (#329) @@ -230,7 +237,7 @@ #### 0.4.0-20130726 -* pyenv: Fix minor issue of variable scope in `pyenv versions` +* pyenv: Fix minor issue of variable scope in `pyenv versions` * python-build: Update base version to ruby-build v20130628 * python-build: Use brew managed OpenSSL and GNU Readline if they are available * python-build: Fix build of CPython 3.3+ on OS X (#29) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 289478c6..b029ab55 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20150326" +version="20150504" 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 6f71b647..858419d2 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 20150326" ] + assert [ "${lines[0]}" == "pyenv 20150504" ] } @test "invalid command" {