mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
v20151124
This commit is contained in:
parent
96be89835e
commit
465bd1f3e8
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
## Version History
|
||||
|
||||
### 20151124
|
||||
|
||||
* pyenv: Import recent changes from rbenv 5fb9c84e14c8123b2591d22e248f045c7f8d8a2c
|
||||
* pyenv: List anaconda-style virtual environments as a version in pyenv (#471)
|
||||
* python-build: Import recent changes from ruby-build v20151028
|
||||
* python-build: Add PyPy 4.0.1 (#489)
|
||||
* python-build: Add `miniconda*-3.18.3` (#477)
|
||||
* python-build: Add CPython 2.7.11 RC1
|
||||
|
||||
### 20151105
|
||||
|
||||
* python-build: Add anaconda2-2.4.0 and anacondaa3-2.4.0
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
version="20151105"
|
||||
version="20151124"
|
||||
git_revision=""
|
||||
|
||||
for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do
|
||||
|
|
Loading…
Reference in a new issue