1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 16:47:04 -05:00

v20140705 (fixes #204)

This commit is contained in:
Yamashita Yuu
2014-07-06 00:35:50 +09:00
parent a661e14580
commit b8a7de8a3c
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
## Version History
#### 20140705
* python-build: Add new CPython release; 2.7.8 (#201)
* python-build: Support `SETUPTOOLS_VERSION` and `PIP_VERSION` to allow installing specific version of setuptools/pip (#202)
#### 20140628
* python-build: Add new Anaconda releases; anaconda-2.0.1, anaconda3-2.0.1 (#195)