diff --git a/CHANGELOG.md b/CHANGELOG.md index 425dd125..e21447c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +### 20150913 + +* python-build: Add CPython 3.5.0 +* python-build: Remove CPython 3.5.0 release candidates +* python-build: Fixed anaconda3 repo's paths (#439) +* python-build: Add miniconda-3.16.0 and miniconda3-3.16.0 (#435) + ### 20150901 * python-build: Add CPython 3.5.0 release candidates; 3.5.0rc1 and 3.5.0rc2 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 08a6f499..718ecafa 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20150901" +version="20150913" 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 480d6145..a0f3a101 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 20150901" ] + assert [ "${lines[0]}" == "pyenv 20150913" ] } @test "invalid command" {