Skip to content

Commit 1e92f31

Browse files
authored
Merge pull request #841 from heroku/v-156
Release the snakes! (Python 3.7.4 and 3.6.9)
2 parents a41fd78 + c969fa0 commit 1e92f31

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Python Buildpack Changelog
22

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+
313
# 154 (2019-07-17)
414

515
Fix python 3.5.7 formula actually building 3.7.2

bin/default_pythons

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_PYTHON_VERSION="python-3.6.8"
4-
LATEST_36="python-3.6.8"
5-
LATEST_37="python-3.7.3"
3+
DEFAULT_PYTHON_VERSION="python-3.6.9"
4+
LATEST_36="python-3.6.9"
5+
LATEST_37="python-3.7.4"
66
LATEST_35="python-3.5.7"
77
LATEST_34="python-3.4.10"
88
LATEST_27="python-2.7.16"

0 commit comments

Comments
 (0)