This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
v20160310
pull/556/head
Josh Friend
10 years ago
parent
74d5dba06a
commit
8ef30d9e4d
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CHANGELOG.md
+1
-1
libexec/pyenv---version
+ 5
- 0
CHANGELOG.md
View File
@ -1,5 +1,10 @@
## Version History
## 20160310
* python-build: Add PyPy-5.0.0 (#555)
* pyenv: Import recent changes from rbenv 1.0 (#549)
## 20160303
* python-build: Add anaconda[23]-2.5.0 (#543)
+ 1
- 1
libexec/pyenv---version
View File
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="201
60303
"
version="201
50310
"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
Write
Preview
Loading…
Cancel
Save