diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf246c..762571d 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 1d2d653..a3b895f 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 6371c94..0000000 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 0000000..185eb97 Binary files /dev/null and b/vendor/pip-8.1.0.tar.gz differ