Skip to content

Commit

Permalink
v0.4.0-20140211
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashita Yuu committed Feb 11, 2014
1 parent 7f44afc commit e835d44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version History

#### 0.4.0-201402XX
#### 0.4.0-20140211

* python-build: Add new CPython release candidates; 3.3.4, 3.4.0b3
* python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions
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="0.4.0-20140123"
version="0.4.0-20140211"

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 0.4.0-20140123" ]
assert [ "${lines[0]}" == "pyenv 0.4.0-20140211" ]
}

@test "invalid command" {
Expand Down

0 comments on commit e835d44

Please sign in to comment.