Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuu committed Jul 3, 2017
1 parent c677627 commit e4d2c36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/pyenv-virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4d2c36

Please sign in to comment.