Ver código fonte

v20140705 (fixes #204)

pull/215/head v20140705
Yamashita Yuu 10 anos atrás
pai
commit
b8a7de8a3c
3 arquivos alterados com 7 adições e 2 exclusões
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      test/pyenv.bats

+ 5
- 0
CHANGELOG.md Ver arquivo

@ -1,5 +1,10 @@
## Version History
#### 20140705
* python-build: Add new CPython release; 2.7.8 (#201)
* python-build: Support `SETUPTOOLS_VERSION` and `PIP_VERSION` to allow installing specific version of setuptools/pip (#202)
#### 20140628
* python-build: Add new Anaconda releases; anaconda-2.0.1, anaconda3-2.0.1 (#195)

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

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20140628"
version="20140705"
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 20140628" ]
assert [ "${lines[0]}" == "pyenv 20140705" ]
}
@test "invalid command" {

Carregando…
Cancelar
Salvar