ソースを参照

v20150524

pull/384/head v20150524
Yamashita Yuu 11年前
コミット
1b066598ce
3個のファイルの変更9行の追加2行の削除
  1. +7
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      test/pyenv.bats

+ 7
- 0
CHANGELOG.md ファイルの表示

@ -1,5 +1,12 @@
## Version History
#### 20150524
* pyenv: Improve `pyenv version`, if there is one missing (#290)
* pyenv: Improve pip-rehash to handle versions in command, like `pip2` and `pip3.4` (#368)
* python-build: Add CPython release; 2.7.10 (#380)
* python-build: Add Miniconda/Miniconda3 3.9.1 and Anaconda/Anaconda3 2.2.0 (#375, #376)
#### 20150504
* python-build: Add Jython 2.7.0

+ 1
- 1
libexec/pyenv---version ファイルの表示

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

+ 1
- 1
test/pyenv.bats ファイルの表示

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

読み込み中…
キャンセル
保存