diff options
-rw-r--r-- | docs/news.rst | 6 | ||||
-rwxr-xr-x | virtualenv.py | 2 | ||||
-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) | bin | 1173434 -> 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) | bin | 545729 -> 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 Binary files differindex 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 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 Binary files differindex 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 |