Sfoglia il codice sorgente

v1.0.5

pull/787/head v1.0.5
Josh Friend 9 anni fa
parent
commit
095ca59878
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: D027F3F8F237DD1C
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. +5
    -1
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 5
- 1
CHANGELOG.md Vedi File

@ -1,8 +1,12 @@
## Version History
## Unreleased
## 1.0.5
* python-build: Add CPython 2.7.13 (#782)
* python-build: Add CPython 3.6.0rc2 (#781)
* python-build: Add Anaconda 4.2.0 (#774)
* python-build: Add Anaconda3 4.2.0 (#765)
* python-build: Add IronPython 2.7.7 (#755)
## 1.0.4

+ 1
- 1
libexec/pyenv---version Vedi File

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

Caricamento…
Annulla
Salva