Skip to content

Commit e4d2c36

Browse files
committed
v1.1.0
1 parent c677627 commit e4d2c36

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Version History
22

3+
#### 1.1.0
4+
5+
* fish: use "set -gx" instead of "setenv" (#215, #216, #217, #218)
6+
37
#### 1.0.0
48

59
* Use similar versioning scheme as pyenv; YYYYMMDD -> X.Y.Z

bin/pyenv-virtualenv

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -f/--force Install even if the version appears to be installed already
1010
#
1111

12-
PYENV_VIRTUALENV_VERSION="1.0.0"
12+
PYENV_VIRTUALENV_VERSION="1.1.0"
1313

1414
set -e
1515
[ -n "$PYENV_DEBUG" ] && set -x

0 commit comments

Comments
 (0)