From e550b32ea87613735ba73ca1d66f45a3be10b2a6 Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Sat, 13 Aug 2016 09:28:17 +0200 Subject: [PATCH] setuptools v25.2.0 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index bf77ad0f..6645c7cb 100755 --- a/bin/compile +++ b/bin/compile @@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.12" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="8.1.2" -SETUPTOOLS_VERSION="25.1.6" +SETUPTOOLS_VERSION="25.2.0" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) -- GitLab