Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
isprogram
/
pyenv
réplica de
https://github.com/pyenv/pyenv.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Projects
0
Lanzamientos
241
Wiki
Actividad
Explorar el Código
v1.0.10 (
fixes
#878
)
pull/884/head
v1.0.10
Yamashita, Yuu
hace 9 años
padre
fe1bd31443
commit
b3efcc9d15
Se han
modificado 2 ficheros
con
7 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
CHANGELOG.md
+1
-1
libexec/pyenv---version
+ 6
- 0
CHANGELOG.md
Ver fichero
@ -1,5 +1,11 @@
## Version History
## 1.0.10
* python-build: Add Anaconda2/Anaconda3 4.3.1 (#876)
* python-build: Make miniconda-latest point to miniconda2-latest (#881)
* python-build: Fix typo in MacOS packages for anaconda2-4.3.0/4.2.0 (#880)
## 1.0.9
* pyenv: Migrate project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv
+ 1
- 1
libexec/pyenv---version
Ver fichero
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.0.
9
"
version="1.0.
10
"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
Escribir
Vista previa
Cargando…
Cancelar
Guardar