Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-19 11:02:14 -04:00
parent f0201c3e38
commit a75e4fdf2d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog
# 130
Better upgrade strategy for pip.
# 129
Don't upgrade pip (from v128).
+1 -1
View File
@@ -45,7 +45,7 @@ LATEST_3="python-3.6.4"
LATEST_2="python-2.7.14"
DEFAULT_PYTHON_STACK="cedar-14"
PIP_UPDATE="9.0.2"
PIP_UPDATE="9.0.1"
export DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE LATEST_2 LATEST_3