From 14b482603ef18ab365282b406ea9ab62180b5268 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Wed, 27 May 2015 16:04:25 -0700 Subject: [PATCH] Python v2.7.10 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index d6caf5f6..332d9479 100755 --- a/bin/compile +++ b/bin/compile @@ -26,7 +26,7 @@ LEGACY_TRIGGER="lib/python2.7" PROFILE_PATH="$BUILD_DIR/.profile.d/python.sh" WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh" -DEFAULT_PYTHON_VERSION="python-2.7.9" +DEFAULT_PYTHON_VERSION="python-2.7.10" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="6.1.1" -- GitLab