mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
v20151210
This commit is contained in:
parent
c4968f7a48
commit
fab6a0fcd1
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
## Version History
|
||||
|
||||
### 20151210
|
||||
|
||||
+ pyenv: Add a default hook for Anaconda to look for original `$PATH` (#491)
|
||||
+ pyenv: Skip virtualenv aliases on `pyenv versions --skip-aliases` (yyuu/pyenv-virtualenv#126)
|
||||
+ python-build: Add CPython 2.7.11, 3.5.1 (#494, #498)
|
||||
+ python-build: Update OpenSSL to 1.0.1q (#496)
|
||||
+ python-build: Adding SSL patch to build 2.7.3 on Debian (#495)
|
||||
|
||||
### 20151124
|
||||
|
||||
* pyenv: Import recent changes from rbenv 5fb9c84e14c8123b2591d22e248f045c7f8d8a2c
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
version="20151124"
|
||||
version="20151210"
|
||||
git_revision=""
|
||||
|
||||
for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do
|
||||
|
|
Loading…
Reference in a new issue