Bläddra i källkod

Merge branch 'release-0.4.0-20140110.1'

pull/101/merge
Yamashita Yuu 10 år sedan
förälder
incheckning
461c5bbc2d
3 ändrade filer med 6 tillägg och 2 borttagningar
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      test/pyenv.bats

+ 4
- 0
CHANGELOG.md Visa fil

@ -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 Visa fil

@ -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 Visa fil

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

Laddar…
Avbryt
Spara