diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf246c72845f17f66660e1d24496f0d2b649493..762571d1051b752a0218a70678a03b49978a4ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Improved GDAL support. - The vendored GDAL library has been updated to 1.11.1. - GDAL bootstrapping now also installs the GEOS and Proj.4 libraries. +Updated pip to 8.1.0. + ## v77 (2016-02-10) Improvements to warnings and minor bugfix. diff --git a/bin/compile b/bin/compile index 1d2d653518fa362cb8bf943caed037e0d1162e35..a3b895f726231b2fa276f7cde54d24dd5fb2cd5b 100755 --- a/bin/compile +++ b/bin/compile @@ -34,7 +34,7 @@ LEGACY_TRIGGER="lib/python2.7" DEFAULT_PYTHON_VERSION="python-2.7.11" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="8.0.2" +PIP_VERSION="8.1.0" SETUPTOOLS_VERSION="19.6" # Common Problem Warnings diff --git a/vendor/pip-8.0.2.tar.gz b/vendor/pip-8.0.2.tar.gz deleted file mode 100644 index 6371c94936ea73f67652ed1e4a0d28433e3fa8d9..0000000000000000000000000000000000000000 Binary files a/vendor/pip-8.0.2.tar.gz and /dev/null differ diff --git a/vendor/pip-8.1.0.tar.gz b/vendor/pip-8.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..185eb973493631c06118e707811388b02f29fed5 Binary files /dev/null and b/vendor/pip-8.1.0.tar.gz differ