v0.4.0-20131023

This commit is contained in:
Yamashita Yuu 2013-10-23 15:19:33 +09:00
parent ab4a8396e1
commit a2ab3bc32c
2 changed files with 5 additions and 3 deletions

View file

@ -1,11 +1,13 @@
## Version History ## Version History
#### 0.4.?-YYYYMMDD #### 0.4.0-20131023
* pyenv: Improved [fish shell](http://fishshell.com/) support * 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 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: 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 #### 0.4.0-20130726

View file

@ -12,7 +12,7 @@
set -e set -e
[ -n "$PYENV_DEBUG" ] && set -x [ -n "$PYENV_DEBUG" ] && set -x
version="0.4.0-20130726" version="0.4.0-20131023"
cd "$PYENV_ROOT" cd "$PYENV_ROOT"
git_revision="$(git describe --tags HEAD 2>/dev/null || true)" git_revision="$(git describe --tags HEAD 2>/dev/null || true)"