summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/news.rst6
-rwxr-xr-xvirtualenv.py2
-rw-r--r--virtualenv_support/pip-1.5.6-py2.py3-none-any.whl (renamed from virtualenv_support/pip-1.5.5-py2.py3-none-any.whl)bin1173434 -> 1002021 bytes
-rw-r--r--virtualenv_support/setuptools-3.6-py2.py3-none-any.whl (renamed from virtualenv_support/setuptools-3.4.4-py2.py3-none-any.whl)bin545729 -> 547415 bytes
4 files changed, 7 insertions, 1 deletions
diff --git a/docs/news.rst b/docs/news.rst
index ad3f174..a07a616 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -15,6 +15,12 @@ Changes & News
with the upgraded Python.
+1.11.6 (2014-05-16)
+~~~~~~~~~~~~~~~~~~~
+
+* Updated setuptools to 3.6
+* Updated pip to 1.5.6
+
1.11.5 (2014-05-03)
~~~~~~~~~~~~~~~~~~~
diff --git a/virtualenv.py b/virtualenv.py
index 8150394..0329fc9 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""
-__version__ = "1.11.5"
+__version__ = "1.11.6"
virtualenv_version = __version__ # legacy
import base64
diff --git a/virtualenv_support/pip-1.5.5-py2.py3-none-any.whl b/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl
index 7f96736..097ab43 100644
--- a/virtualenv_support/pip-1.5.5-py2.py3-none-any.whl
+++ b/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl
Binary files differ
diff --git a/virtualenv_support/setuptools-3.4.4-py2.py3-none-any.whl b/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl
index 7ca388a..f0ffcfc 100644
--- a/virtualenv_support/setuptools-3.4.4-py2.py3-none-any.whl
+++ b/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl
Binary files differ