v20141011

This commit is contained in:
Makoto Sasaki 2014-10-11 20:00:54 +09:00
parent e9a6a2909c
commit d38f00cd4a
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
## Version History
#### 20141011
* python-build: Fix build error of Stackless 3.3.5 on OS X (#250)
* python-build: Add new Stackless releases; stackless-2.7.7, stackless-2.7.8, stackless-3.4.1 (#252)
#### 20141008
* python-build: Add new CPython release; 3.4.2 (#251)

View file

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

View file

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