1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 09:03:47 -05:00

Remove 3.3.4rc1 (fixes #112)

This commit is contained in:
Yamashita Yuu
2014-02-11 12:06:09 +09:00
parent f380967e8d
commit 7f44afc1c0
3 changed files with 2 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#### 0.4.0-201402XX
* python-build: Add new CPython release candidates; 3.3.4rc1, 3.4.0b3
* python-build: Add new CPython release candidates; 3.3.4, 3.4.0b3
* python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions
* python-build: Display error if the wget does not support Server Name Indication (SNI) to avoid SSL verification error when downloading from https://pypi.python.org. (#60)
* python-build: Update default setuptools version (2.1 -> 2.2)