mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
v20160303
This commit is contained in:
parent
d75b1a12d7
commit
7467c88780
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
## Version History
|
||||
|
||||
## 20160303
|
||||
|
||||
* python-build: Add anaconda[23]-2.5.0 (#543)
|
||||
* python-build: Import recent changes from ruby-build 20160130
|
||||
* python-build: Compile with `--enable-unicode=ucs4` by default for CPython (#257, #542)
|
||||
* python-build: Switch download URL of Continuum products from HTTP to HTTPS (#543)
|
||||
* python-build: Added pypy-dev special case in pyenv-install to use py27 (#547)
|
||||
* python-build: Upgrade OpenSSL to 1.0.2g (#550)
|
||||
|
||||
## 20160202
|
||||
|
||||
* pyenv: Run rehash automatically after `conda install`
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
version="20160202"
|
||||
version="20160303"
|
||||
git_revision=""
|
||||
|
||||
for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do
|
||||
|
|
Loading…
Reference in a new issue