diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e494b9d..675772e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Version History +#### 20141011 + +* python-build: Fix build error of Stackless 3.3.5 on OS X (#250) +* python-build: Add new Stackless releases; stackless-2.7.7, stackless-2.7.8, stackless-3.4.1 (#252) + #### 20141008 * python-build: Add new CPython release; 3.4.2 (#251) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 5bd4ca4b..d1f6fb13 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20141008" +version="20141011" 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 1a48bb6c..ef1fc773 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 20141008" ] + assert [ "${lines[0]}" == "pyenv 20141011" ] } @test "invalid command" {