From c402d37451d52938630611c4e5ceff83114ed8a7 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 2 Dec 2019 10:06:54 -0700 Subject: [PATCH 1/3] Update README python versions to match docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ea62a..34e53a5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Specify a Python Runtime Supported runtime options include: -- `python-3.7.4` +- `python-3.8.0` +- `python-3.7.5` - `python-3.6.9` - `python-2.7.17` From 2b3a90ec0c3e6f3de294700db4aa15fa0e769937 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 25 Mar 2020 20:20:27 -0600 Subject: [PATCH 2/3] PR feedback --- CHANGELOG.md | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7617a30..0fb1ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Correct ftp to https in vendored file - Warn for Django 1.11 approaching EOL, provide link to roadmap +- Update Python versions in README to match docs -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index 34e53a5..8413f67 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ Specify a Python Runtime Supported runtime options include: -- `python-3.8.0` -- `python-3.7.5` -- `python-3.6.9` +- `python-3.8.2` +- `python-3.7.6` +- `python-3.6.10` - `python-2.7.17` ## Tests From 56f7ccc511e3cd2271e9db9e3fd26f6baccbdc1f Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Fri, 27 Mar 2020 12:50:45 -0400 Subject: [PATCH 3/3] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5d837..0ed3748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # Master +- Doc: Update Readme with version numbers - Add failcase for cache busting - Bugfix: Clearing pip dependencies - Correct ftp to https in vendored file