v1.0.10 (fixes #878)
This commit is contained in:
parent
fe1bd31443
commit
b3efcc9d15
@ -1,5 +1,11 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
## 1.0.10
|
||||||
|
|
||||||
|
* python-build: Add Anaconda2/Anaconda3 4.3.1 (#876)
|
||||||
|
* python-build: Make miniconda-latest point to miniconda2-latest (#881)
|
||||||
|
* python-build: Fix typo in MacOS packages for anaconda2-4.3.0/4.2.0 (#880)
|
||||||
|
|
||||||
## 1.0.9
|
## 1.0.9
|
||||||
|
|
||||||
* pyenv: Migrate project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv
|
* pyenv: Migrate project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="1.0.9"
|
version="1.0.10"
|
||||||
git_revision=""
|
git_revision=""
|
||||||
|
|
||||||
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user