mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-13 22:13:52 -05:00
v1.1.0
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
## Version History
|
||||
|
||||
#### 1.1.0
|
||||
|
||||
* fish: use "set -gx" instead of "setenv" (#215, #216, #217, #218)
|
||||
|
||||
#### 1.0.0
|
||||
|
||||
* Use similar versioning scheme as pyenv; YYYYMMDD -> X.Y.Z
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# -f/--force Install even if the version appears to be installed already
|
||||
#
|
||||
|
||||
PYENV_VIRTUALENV_VERSION="1.0.0"
|
||||
PYENV_VIRTUALENV_VERSION="1.1.0"
|
||||
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
Reference in New Issue
Block a user