From c0aff27842d258b3e8f17d2684ac81e13a4ebb37 Mon Sep 17 00:00:00 2001 From: Makoto Sasaki Date: Thu, 27 Nov 2014 14:58:31 +0900 Subject: [PATCH] v20141127 --- CHANGELOG.md | 4 ++++ libexec/pyenv---version | 2 +- test/pyenv.bats | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fdb9dd..d56d514c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Version History +#### 20141127 + +* python-build: Add new CPython release candidates; 2.7.9rc1 (#276) + #### 20141118 * python-build: Fix broken `setup_builtin_patches` (#270) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 753fb9e2..af016d11 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20141118" +version="20141127" 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 167636c1..6e07825f 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 20141118" ] + assert [ "${lines[0]}" == "pyenv 20141127" ] } @test "invalid command" {