This commit is contained in:
Josh Friend 2016-12-17 18:04:50 -05:00
parent fed6d25cb1
commit 095ca59878
No known key found for this signature in database
GPG key ID: D027F3F8F237DD1C
2 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,12 @@
## Version History
## Unreleased
## 1.0.5
* python-build: Add CPython 2.7.13 (#782)
* python-build: Add CPython 3.6.0rc2 (#781)
* python-build: Add Anaconda 4.2.0 (#774)
* python-build: Add Anaconda3 4.2.0 (#765)
* python-build: Add IronPython 2.7.7 (#755)
## 1.0.4

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.0.4"
version="1.0.5"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then