summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-01-26 00:08:18 -0500
committerDonald Stufft <donald@stufft.io>2014-01-26 00:08:18 -0500
commit71d3a9e0cbfc0f7d04114c7b60467af45f38c535 (patch)
tree1099b689086eafa91f7851c844558d4dd362cd32
parent9e7401cdb3efc8829ad0a1be32a651c18fa2ae93 (diff)
parent10eca3452804bf236563b52049433ef68ebcf54e (diff)
downloadvirtualenv-71d3a9e0cbfc0f7d04114c7b60467af45f38c535.tar.gz
Merge branch '1.11.X'1.11.2
-rw-r--r--docs/news.rst5
-rwxr-xr-xvirtualenv.py2
-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)bin1166177 -> 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
index 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
Binary files differ