Skip to content

Commit

Permalink
v20140705 (fixes pyenv#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashita Yuu committed Jul 5, 2014
1 parent a661e14 commit b8a7de8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libexec/pyenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion test/pyenv.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit b8a7de8

Please sign in to comment.