Skip to content

Commit

Permalink
v20151222
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuu committed Dec 22, 2015
1 parent bc5d308 commit 0b42fbc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Version History

#### 20151222

* Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108)
* Create `virtualenv` inside `envs` directory of source version, like Anaconda/Miniconda (#103, #107)
* Rewrite `pyenv activate` and `pyenv deactivate` without using scripts provided by virtualenv and conda (#51, #69, #103, #104, #121)
* Improve the `pyenv activate` behaviour on multipe versions (#105, #111)
* Reject creating a virtualenv named `system` (yyuu/pyenv#475)
* Add `--skip-aliases` to `pyenv virtualenvs` (#120)
* Stop showing `version not installed` warning messages in precmd (#49)

#### 20151103

* Passing return value from executed command. (#100)
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="20151103"
PYENV_VIRTUALENV_VERSION="20151222"

set -e
[ -n "$PYENV_DEBUG" ] && set -x
Expand Down

0 comments on commit 0b42fbc

Please sign in to comment.