diff options
-rw-r--r-- | docs/changes.rst | 7 | ||||
-rwxr-xr-x | virtualenv.py | 2 | ||||
-rw-r--r-- | virtualenv_support/pip-6.0.7-py2.py3-none-any.whl (renamed from virtualenv_support/pip-6.0.6-py2.py3-none-any.whl) | bin | 1260783 -> 1263429 bytes | |||
-rw-r--r-- | virtualenv_support/setuptools-12.0.5-py2.py3-none-any.whl (renamed from virtualenv_support/setuptools-11.0-py2.py3-none-any.whl) | bin | 498164 -> 502329 bytes |
4 files changed, 8 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index c83d496..4f95b4e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,13 @@ Release History =============== +12.0.6 (2015-01-28) +~~~~~~~~~~~~~~~~~~~ + +* Upgrade pip to 6.0.7 + +* Upgrade setuptools to 12.0.5 + 12.0.5 (2015-01-03) ~~~~~~~~~~~~~~~~~~~ diff --git a/virtualenv.py b/virtualenv.py index 5f18232..7ac5ebf 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "12.0.5" +__version__ = "12.0.6" virtualenv_version = __version__ # legacy import base64 diff --git a/virtualenv_support/pip-6.0.6-py2.py3-none-any.whl b/virtualenv_support/pip-6.0.7-py2.py3-none-any.whl Binary files differindex e2be105..e01e8c4 100644 --- a/virtualenv_support/pip-6.0.6-py2.py3-none-any.whl +++ b/virtualenv_support/pip-6.0.7-py2.py3-none-any.whl diff --git a/virtualenv_support/setuptools-11.0-py2.py3-none-any.whl b/virtualenv_support/setuptools-12.0.5-py2.py3-none-any.whl Binary files differindex ceeaa3c..978cf6c 100644 --- a/virtualenv_support/setuptools-11.0-py2.py3-none-any.whl +++ b/virtualenv_support/setuptools-12.0.5-py2.py3-none-any.whl |