From a2ab3bc32cb745d5cd8d33a0ef6c653b14fa6057 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 23 Oct 2013 15:19:33 +0900 Subject: [PATCH] v0.4.0-20131023 --- CHANGELOG.md | 6 ++++-- libexec/pyenv---version | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a7a2d1..e5190824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ## Version History -#### 0.4.?-YYYYMMDD +#### 0.4.0-20131023 * pyenv: Improved [fish shell](http://fishshell.com/) support +* python-build: Add new PyPy releases; pypy-2.1, pypy-2.1-src, pypy3-2.1-beta1, pypy3-2.1-beta1-src * python-build: Add ancient versions; 2.4, 2.4.1, 2.4.3, 2.4.4 and 2.4.5 +* python-build: Add alpha releases; 3.4.0a2, 3.4.0a3, 3.4.0a4 * python-build: Update default pip version (1.4 -> 1.4.1) -* python-build: Updat edefault setuptools version (0.9.7 -> 1.1.6) +* python-build: Update default setuptools version (0.9.7 -> 1.1.6) #### 0.4.0-20130726 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 229af13a..442d1284 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="0.4.0-20130726" +version="0.4.0-20131023" cd "$PYENV_ROOT" git_revision="$(git describe --tags HEAD 2>/dev/null || true)"