From 3698cb57155619a5e5f7135b2dcb23670963c9d7 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 22 Oct 2019 09:56:01 -0700 Subject: [PATCH 1/2] update changelog with latest python 2.7 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2293998..494a581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ # Master +-------------------------------------------------------------------------------- + +# 159 (2019-10-22) + - Python 2.7.17 now available on Heroku 18 and 16. --------------------------------------------------------------------------------- # 158 (2019-10-21) - Python 3.7.5 and 3.8.0 now available on Heroku 18 and 16. From 5293169aa8955d6cdea90e60efacf3f8fd7fa701 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 22 Oct 2019 09:59:02 -0700 Subject: [PATCH 2/2] update Readme to reflect 2.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7a654..e3ea62a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Supported runtime options include: - `python-3.7.4` - `python-3.6.9` -- `python-2.7.16` +- `python-2.7.17` ## Tests