diff options
author | Donald Stufft <donald@stufft.io> | 2018-03-21 22:18:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 22:18:38 -0400 |
commit | 37eb51a0996bfbfe0e4e70c190d10857b11fec53 (patch) | |
tree | acac5c027e49a2de228c8cc6a6d85c0bf5f3ede0 | |
parent | 83d7a1a08db570da768338689fb412aea6be92c1 (diff) | |
parent | 3bdc3670d24275306fe1e7ecefdf04698d7f3613 (diff) | |
download | virtualenv-37eb51a0996bfbfe0e4e70c190d10857b11fec53.tar.gz |
Merge pull request #1152 from dstufft/upgrade-pip
Upgrade pip to 9.0.3 and setuptools to 39.0.1
-rw-r--r-- | docs/changes.rst | 4 | ||||
-rw-r--r-- | virtualenv_support/pip-9.0.3-py2.py3-none-any.whl (renamed from virtualenv_support/pip-9.0.2-py2.py3-none-any.whl) | bin | 1400942 -> 1400985 bytes | |||
-rw-r--r-- | virtualenv_support/setuptools-39.0.1-py2.py3-none-any.whl (renamed from virtualenv_support/setuptools-38.6.0-py2.py3-none-any.whl) | bin | 490301 -> 569436 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index a4fca23..fee476a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,9 +4,9 @@ Release History 15.2.0 (unreleased) ------------------- -* Upgrade setuptools to 38.6.0. +* Upgrade setuptools to 39.0.1. -* Upgrade pip to 9.0.2. +* Upgrade pip to 9.0.3. * Upgrade wheel to 0.30.0. diff --git a/virtualenv_support/pip-9.0.2-py2.py3-none-any.whl b/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl Binary files differindex baf1f57..5d33bba 100644 --- a/virtualenv_support/pip-9.0.2-py2.py3-none-any.whl +++ b/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl diff --git a/virtualenv_support/setuptools-38.6.0-py2.py3-none-any.whl b/virtualenv_support/setuptools-39.0.1-py2.py3-none-any.whl Binary files differindex af7622c..edc3ca2 100644 --- a/virtualenv_support/setuptools-38.6.0-py2.py3-none-any.whl +++ b/virtualenv_support/setuptools-39.0.1-py2.py3-none-any.whl |