Parcourir la source

v0.4.0-20130726

pull/45/head v0.4.0-20130726
Yamashita Yuu il y a 13 ans
Parent
révision
ce66352f6d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 1
- 1
CHANGELOG.md Voir le fichier

@ -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 Voir le fichier

@ -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)"

Chargement…
Annuler
Enregistrer