Explorar el Código

v20151124

pull/490/head v20151124
Yamashita, Yuu hace 8 años
padre
commit
465bd1f3e8
Se han modificado 2 ficheros con 10 adiciones y 1 borrados
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 9
- 0
CHANGELOG.md Ver fichero

@ -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

+ 1
- 1
libexec/pyenv---version Ver fichero

@ -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

Cargando…
Cancelar
Guardar