Parcourir la source

v1.1.4

pull/308/head v1.1.4
Yamashita, Yuu il y a 5 ans
Parent
révision
74bba45b9c
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      bin/pyenv-virtualenv

+ 5
- 0
CHANGELOG.md Voir le fichier

@ -1,5 +1,10 @@
## Version History
#### 1.1.4
* Support newer conda (#290)
* Prefer `python3.x` executable if avaialble (#206, #282, #296)
#### 1.1.3
* No code changes since 1.1.2

+ 1
- 1
bin/pyenv-virtualenv Voir le fichier

@ -9,7 +9,7 @@
# -f/--force Install even if the version appears to be installed already
#
PYENV_VIRTUALENV_VERSION="1.1.3"
PYENV_VIRTUALENV_VERSION="1.1.4"
set -e
[ -n "$PYENV_DEBUG" ] && set -x

Chargement…
Annuler
Enregistrer