diff options
| author | Donald Stufft <donald@stufft.io> | 2016-02-07 14:43:24 -0500 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2016-02-07 14:43:24 -0500 |
| commit | 7a9dae48433950ac4d659aabba19c686d6d690c8 (patch) | |
| tree | 4111544a9799d219647e2644d731125a3f40835d /docs | |
| parent | f4de1064499baaa75cc394b392765f7a575d74ce (diff) | |
| download | virtualenv-7a9dae48433950ac4d659aabba19c686d6d690c8.tar.gz | |
Bump version for release
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changes.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 34f422f..e2a027b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,13 +1,16 @@ Release History =============== -14.1.0 (unreleased) +14.0.6 (2016-02-07) ------------------- * Upgrade setuptools to 20.0 * Upgrade wheel to 0.29.0 +* Fix an error where virtualenv didn't pass in a working ssl certificate for + pip, causing "weird" errors related to ssl. + 14.0.5 (2016-02-01) ------------------- |
