We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a41fd78 + c969fa0 commit 1e92f31Copy full SHA for 1e92f31
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Python Buildpack Changelog
2
3
+# 156 (2019-08)
4
+
5
+Move get-pip utility to S3
6
+Build utility and documentation updates
7
+Python 3.6.9 and 3.7.4 now available.
8
9
+# 155 (2019-08-22)
10
11
+add docs and make target for heroku-18 bob builds
12
13
# 154 (2019-07-17)
14
15
Fix python 3.5.7 formula actually building 3.7.2
bin/default_pythons
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-DEFAULT_PYTHON_VERSION="python-3.6.8"
-LATEST_36="python-3.6.8"
-LATEST_37="python-3.7.3"
+DEFAULT_PYTHON_VERSION="python-3.6.9"
+LATEST_36="python-3.6.9"
+LATEST_37="python-3.7.4"
LATEST_35="python-3.5.7"
LATEST_34="python-3.4.10"
LATEST_27="python-2.7.16"
0 commit comments