Ver código fonte

Merge branch 'release-0.4.0-20140110.1'

pull/101/merge
Yamashita Yuu 10 anos atrás
pai
commit
461c5bbc2d
3 arquivos alterados com 6 adições e 2 exclusões
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      test/pyenv.bats

+ 4
- 0
CHANGELOG.md Ver arquivo

@ -1,5 +1,9 @@
## Version History
#### 0.4.0-20140110.1
* python-build: Fix build error of CPython 2.x on the platform where the `gcc` is llvm-gcc.
#### 0.4.0-20140110
* pyenv: Reliably detect parent shell in `pyenv init` (#93)

+ 1
- 1
libexec/pyenv---version Ver arquivo

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

+ 1
- 1
test/pyenv.bats Ver arquivo

@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 0.4.0-20140110" ]
assert [ "${lines[0]}" == "pyenv 0.4.0-20140110.1" ]
}
@test "invalid command" {

Carregando…
Cancelar
Salvar