Parcourir la source

v20150913

pull/444/head v20150913
Josh Friend il y a 9 ans
Parent
révision
c452da8084
3 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. +7
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      test/pyenv.bats

+ 7
- 0
CHANGELOG.md Voir le fichier

@ -1,5 +1,12 @@
## Version History
### 20150913
* python-build: Add CPython 3.5.0
* python-build: Remove CPython 3.5.0 release candidates
* python-build: Fixed anaconda3 repo's paths (#439)
* python-build: Add miniconda-3.16.0 and miniconda3-3.16.0 (#435)
### 20150901
* python-build: Add CPython 3.5.0 release candidates; 3.5.0rc1 and 3.5.0rc2

+ 1
- 1
libexec/pyenv---version Voir le fichier

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20150901"
version="20150913"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"

+ 1
- 1
test/pyenv.bats Voir le fichier

@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20150901" ]
assert [ "${lines[0]}" == "pyenv 20150913" ]
}
@test "invalid command" {

Chargement…
Annuler
Enregistrer