Browse Source

v0.4.0-20130726

pull/45/head v0.4.0-20130726
Yamashita Yuu 13 years ago
parent
commit
ce66352f6d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 1
- 1
CHANGELOG.md View File

@ -1,6 +1,6 @@
## Version History
#### 0.4.0-2013MMDD
#### 0.4.0-20130726
* pyenv: Fix minor issue of variable scope in `pyenv versions`
* python-build: Update base version to ruby-build v20130628

+ 1
- 1
libexec/pyenv---version View File

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

Loading…
Cancel
Save