mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b04ba63de5 |
@@ -1,10 +1,10 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
## Unreleased
|
## 1.0.1
|
||||||
|
|
||||||
* python-build: Add CPython 3.6.0a4 (#673)
|
* python-build: Add CPython 3.6.0a4 (#673)
|
||||||
* python-build: Add PyPy2 5.4 (#683, #684)
|
* python-build: Add PyPy2 5.4, 5.4.1 (#683, #684, #695, #697)
|
||||||
* python-build: Add PyPy Portable 5.4 (#685, #686)
|
* python-build: Add PyPy Portable 5.4, 5.4.1 (#685, #686, #696)
|
||||||
* python-build: Make all HTTP source URLs to HTTPS (#680)
|
* python-build: Make all HTTP source URLs to HTTPS (#680)
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="1.0.0"
|
version="1.0.1"
|
||||||
git_revision=""
|
git_revision=""
|
||||||
|
|
||||||
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
||||||
|
|||||||
Reference in New Issue
Block a user