From 19c02bf39cd575c2119fbdc83af1c0629da30bf3 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 6 Oct 2015 14:12:04 +0000 Subject: [PATCH] v20151006 --- CHANGELOG.md | 7 +++++++ libexec/pyenv---version | 2 +- test/pyenv.bats | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21447c8..506d14c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +### 20151006 + +* pyenv: Different behaviour when invoking .py script through symlink (#379, #404) +* pyenv: Enabled Gitter on the project (#436, #444) +* python-build: Add Jython 2.7.1b1 +* python-build: Install OpenSSL on OS X if no proper versionn is available (#429) + ### 20150913 * python-build: Add CPython 3.5.0 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 718ecafa..1a90f4a4 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20150913" +version="20151006" 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 a0f3a101..73712ecf 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 20150913" ] + assert [ "${lines[0]}" == "pyenv 20151006" ] } @test "invalid command" {