Explorar el Código

v20160310

pull/556/head
Josh Friend hace 10 años
padre
commit
8ef30d9e4d
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 5
- 0
CHANGELOG.md Ver fichero

@ -1,5 +1,10 @@
## Version History
## 20160310
* python-build: Add PyPy-5.0.0 (#555)
* pyenv: Import recent changes from rbenv 1.0 (#549)
## 20160303
* python-build: Add anaconda[23]-2.5.0 (#543)

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

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

Cargando…
Cancelar
Guardar