Compare commits

..

2 Commits

Author SHA1 Message Date
kennethreitz 1534bc3d76 fix bug with pip
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-20 06:53:37 -04:00
kennethreitz 34fccf64a4 9.0.2
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-20 06:38:27 -04:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog
# 131
Fix bug with pip.
# 130
Better upgrade strategy for pip.
+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.1"
PIP_UPDATE="9.0.2"
export DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE LATEST_2 LATEST_3