summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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