diff --git a/CHANGELOG.md b/CHANGELOG.md index 762571d..3554709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ 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. +Updated pip to 8.1.0 and setuptools to 20.2.2. ## v77 (2016-02-10) diff --git a/bin/compile b/bin/compile index a3b895f..035b36e 100755 --- a/bin/compile +++ b/bin/compile @@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.11" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="8.1.0" -SETUPTOOLS_VERSION="19.6" +SETUPTOOLS_VERSION="20.2.2" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) diff --git a/vendor/setuptools-19.6.tar.gz b/vendor/setuptools-19.6.tar.gz deleted file mode 100644 index e5dffe5..0000000 Binary files a/vendor/setuptools-19.6.tar.gz and /dev/null differ diff --git a/vendor/setuptools-20.2.2.tar.gz b/vendor/setuptools-20.2.2.tar.gz new file mode 100644 index 0000000..9a6904a Binary files /dev/null and b/vendor/setuptools-20.2.2.tar.gz differ