diff options
-rw-r--r-- | docs/news.rst | 7 | ||||
-rwxr-xr-x | virtualenv.py | 2 | ||||
-rw-r--r-- | virtualenv_support/pip-1.5.3-py2.py3-none-any.whl (renamed from virtualenv_support/pip-1.5.2-py2.py3-none-any.whl) | bin | 1167543 -> 1169264 bytes | |||
-rw-r--r-- | virtualenv_support/setuptools-2.2-py2.py3-none-any.whl (renamed from virtualenv_support/setuptools-2.1-py2.py3-none-any.whl) | bin | 540293 -> 540771 bytes |
4 files changed, 8 insertions, 1 deletions
diff --git a/docs/news.rst b/docs/news.rst index 3688c9d..074922b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,13 @@ Changes & News with the upgraded Python. +1.11.3 (2014-02-20) +~~~~~~~~~~~~~~~~~~~ + +* Updated setuptools to 2.2 +* Updated pip to 1.5.3 + + 1.11.2 (2014-01-26) ~~~~~~~~~~~~~~~~~~~ diff --git a/virtualenv.py b/virtualenv.py index c9bc4b4..a1f0ce5 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "1.11.2" +__version__ = "1.11.3" virtualenv_version = __version__ # legacy import base64 diff --git a/virtualenv_support/pip-1.5.2-py2.py3-none-any.whl b/virtualenv_support/pip-1.5.3-py2.py3-none-any.whl Binary files differindex 9133eed..31cee0a 100644 --- a/virtualenv_support/pip-1.5.2-py2.py3-none-any.whl +++ b/virtualenv_support/pip-1.5.3-py2.py3-none-any.whl diff --git a/virtualenv_support/setuptools-2.1-py2.py3-none-any.whl b/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl Binary files differindex ed77b59..e36c404 100644 --- a/virtualenv_support/setuptools-2.1-py2.py3-none-any.whl +++ b/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl |