Skip to content

Commit

Permalink
v0.4.0-20131217
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashita Yuu committed Dec 17, 2013
1 parent aa76fd2 commit 3d5156e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Version History

#### 0.4.0-20131217

* python-build: Fix broken build of CPython 3.3+ on Darwin
* python-build: Not build GNU Readline uselessly on Darwin

#### 0.4.0-20131216

* python-build: Add new CPython releases; 3.3.3 (#80)
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-20131216"
version="0.4.0-20131217"

cd "$PYENV_ROOT"
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
Expand Down

0 comments on commit 3d5156e

Please sign in to comment.