diff options
-rw-r--r-- | docs/news.rst | 6 | ||||
-rwxr-xr-x | virtualenv.py | 2 | ||||
-rw-r--r-- | virtualenv_support/pip-1.5.4-py2.py3-none-any.whl (renamed from virtualenv_support/pip-1.5.3-py2.py3-none-any.whl) | bin | 1169264 -> 1169272 bytes |
3 files changed, 7 insertions, 1 deletions
diff --git a/docs/news.rst b/docs/news.rst index 074922b..fd80dba 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,12 @@ Changes & News with the upgraded Python. +1.11.4 (2014-02-21) +~~~~~~~~~~~~~~~~~~~ + +* Updated pip to 1.5.4 + + 1.11.3 (2014-02-20) ~~~~~~~~~~~~~~~~~~~ diff --git a/virtualenv.py b/virtualenv.py index a1f0ce5..d3e76a7 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "1.11.3" +__version__ = "1.11.4" virtualenv_version = __version__ # legacy import base64 diff --git a/virtualenv_support/pip-1.5.3-py2.py3-none-any.whl b/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl Binary files differindex 31cee0a..e07d476 100644 --- a/virtualenv_support/pip-1.5.3-py2.py3-none-any.whl +++ b/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl |