Quellcode durchsuchen

v1.0.8 (fixes #841)

pull/845/head v1.0.8
Yamashita, Yuu vor 9 Jahren
Ursprung
Commit
ad8f2886ae
2 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. +7
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 7
- 0
CHANGELOG.md Datei anzeigen

@ -1,5 +1,12 @@
## Version History
## 1.0.8
* pyenv: Fix fish subcommand completion (#831)
* python-build: Add Anaconda2/Anaconda3 4.3.0 (#824)
* python-build: Use CPython on GitHub as the source repository of CPython development versions (#836, #837)
* python-build: Fix checksum verification issue on the platform where OpenSSL isn't available (#840)
## 1.0.7
* python-build: Add CPython 3.5.3 (#811)

+ 1
- 1
libexec/pyenv---version Datei anzeigen

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

Laden…
Abbrechen
Speichern