From 5e20237f5b94029e21ebc82ce85405182f9107cb Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 16 Nov 2013 19:29:30 +0900 Subject: [PATCH] v0.4.0-20131116 --- CHANGELOG.md | 8 ++++++++ libexec/pyenv---version | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5190824..54f4250e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Version History +#### 0.4.0-20131116 + +* python-build: Add new CPython releases; 2.6.9, 2.7.6 (#76) +* python-build: Add new CPython release candidates; 3.3.3-rc1, 3.3.3-rc2 +* python-build: Add new PyPy releases; pypy-2.2, pypy-2.2-src (#77) +* python-build: Update default setuptools version (1.1.6 -> 1.3.2) +* python-build: Imported recent changes from ruby-build v20131030 + #### 0.4.0-20131023 * pyenv: Improved [fish shell](http://fishshell.com/) support diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 442d1284..4e46b4de 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="0.4.0-20131023" +version="0.4.0-20131116" cd "$PYENV_ROOT" git_revision="$(git describe --tags HEAD 2>/dev/null || true)"