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
240
Wiki
Activity
Browse Source
v0.4.0-20130726
pull/45/head
v0.4.0-20130726
Yamashita Yuu
13 years ago
parent
9e133adf99
commit
ce66352f6d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CHANGELOG.md
+1
-1
libexec/pyenv---version
+ 1
- 1
CHANGELOG.md
View File
@ -1,6 +1,6 @@
## Version History
#### 0.4.0-2013
MMDD
#### 0.4.0-2013
0726
* pyenv: Fix minor issue of variable scope in
`pyenv versions`
* python-build: Update base version to ruby-build v20130628
+ 1
- 1
libexec/pyenv---version
View File
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="0.4.0-201306
13
"
version="0.4.0-20130
72
6"
cd "$PYENV_ROOT"
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
Write
Preview
Loading…
Cancel
Save