Explorar el Código

v1.0.4

pull/765/head v1.0.4
Josh Friend hace 9 años
padre
commit
30baff8e5d
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. +3
    -1
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 3
- 1
CHANGELOG.md Ver fichero

@ -1,12 +1,14 @@
## Version History
## Unreleased
## 1.0.4
* python-build: Add PyPy 5.6.0 (#751)
* python-build: Add PyPy3 3.5 nightlies (`pypy3.5-c-jit-latest` #737)
* python-build: Add Stackless 2.7.12 (#753)
* python-build: Add Stackless 2.7.11
* python-build: Add Stackless 2.7.10
* python-build: Add Pyston 0.6.0
* python-build: Add CPython 3.6.0b4 (#762)
## 1.0.3

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

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

Cargando…
Cancelar
Guardar