From dbb1fb5a06e5a4fb8459d3b8d27897897ce7c3a9 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Mon, 18 Feb 2013 12:39:35 +0900 Subject: [PATCH] release 0.2.0 --- README.md | 2 +- libexec/pyenv---version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a756710..1d76d6e8 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ tracker](https://github.com/yyuu/pyenv/issues). ### Version History -**0.2.0** (February XX, 2013) +**0.2.0** (February 18, 2013) * Import changes from rbenv 0.4.0. diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 20065c2c..f1e3cc00 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="0.1.2" +version="0.2.0" cd "$PYENV_ROOT" git_revision="$(git describe --tags HEAD 2>/dev/null || true)"