diff options
| author | Donald Stufft <donald@stufft.io> | 2014-01-26 00:08:18 -0500 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2014-01-26 00:08:18 -0500 |
| commit | 71d3a9e0cbfc0f7d04114c7b60467af45f38c535 (patch) | |
| tree | 1099b689086eafa91f7851c844558d4dd362cd32 | |
| parent | 9e7401cdb3efc8829ad0a1be32a651c18fa2ae93 (diff) | |
| parent | 10eca3452804bf236563b52049433ef68ebcf54e (diff) | |
| download | virtualenv-71d3a9e0cbfc0f7d04114c7b60467af45f38c535.tar.gz | |
Merge branch '1.11.X'1.11.2
| -rw-r--r-- | docs/news.rst | 5 | ||||
| -rwxr-xr-x | virtualenv.py | 2 | ||||
| -rw-r--r-- | virtualenv_support/pip-1.5.2-py2.py3-none-any.whl (renamed from virtualenv_support/pip-1.5.1-py2.py3-none-any.whl) | bin | 1166177 -> 1167543 bytes |
3 files changed, 6 insertions, 1 deletions
diff --git a/docs/news.rst b/docs/news.rst index ce8d5a6..3688c9d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,11 @@ Changes & News with the upgraded Python. +1.11.2 (2014-01-26) +~~~~~~~~~~~~~~~~~~~ + +* Fixed easy_install installed virtualenvs by updated pip to 1.5.2 + 1.11.1 (2014-01-20) ~~~~~~~~~~~~~~~~~~~ diff --git a/virtualenv.py b/virtualenv.py index d6bfbb3..c9bc4b4 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "1.11.1" +__version__ = "1.11.2" virtualenv_version = __version__ # legacy import base64 diff --git a/virtualenv_support/pip-1.5.1-py2.py3-none-any.whl b/virtualenv_support/pip-1.5.2-py2.py3-none-any.whl Binary files differindex f308a1f..9133eed 100644 --- a/virtualenv_support/pip-1.5.1-py2.py3-none-any.whl +++ b/virtualenv_support/pip-1.5.2-py2.py3-none-any.whl |
