From f3738a0e7051b339254a668ef5957eed72f78058 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 12 Sep 2019 08:43:35 -0700 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e28e0..2dd5138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Python Buildpack Changelog -# 156 (2019-08) +# 156 (2019-09) -Move get-pip utility to S3 -Build utility and documentation updates +## (2019-09-12) +Bump Hatchet tests to point at new default python version. + +## (2019-09-11) Python 3.6.9 and 3.7.4 now available. +## (2019-09-11) +Move get-pip utility to S3 + +## (2019-09-10) +Build utility and documentation updates + # 155 (2019-08-22) add docs and make target for heroku-18 bob builds From 61ead23f7ff40d061f49e3b25c0f1a4bc8617cde Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 12 Sep 2019 08:44:10 -0700 Subject: [PATCH 2/3] bump hatchet default python --- spec/hatchet/python_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/hatchet/python_spec.rb b/spec/hatchet/python_spec.rb index fb1a0eb..9651d60 100644 --- a/spec/hatchet/python_spec.rb +++ b/spec/hatchet/python_spec.rb @@ -4,7 +4,7 @@ describe "Python!!!!!!!!!!!" do it "🐍" do Hatchet::Runner.new('python-getting-started', stack: DEFAULT_STACK).deploy do |app| expect(app.output).to match(/Installing pip/) - expect(app.run('python -V')).to match(/3.6.8/) + expect(app.run('python -V')).to match(/3.6.9/) end end end From fc4cbf272a8800064c8ea6ff58ba5c07cf0eb5b9 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 12 Sep 2019 08:54:16 -0700 Subject: [PATCH 3/3] steal Ruby's Master heading for pre-release changelog documentation --- CHANGELOG.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd5138..ddfbedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,16 @@ # Python Buildpack Changelog -# 156 (2019-09) +# Master -## (2019-09-12) -Bump Hatchet tests to point at new default python version. +- Bump Hatchet tests to point at new default python version. -## (2019-09-11) -Python 3.6.9 and 3.7.4 now available. +- Python 3.6.9 and 3.7.4 now available. -## (2019-09-11) -Move get-pip utility to S3 +- Move get-pip utility to S3 -## (2019-09-10) -Build utility and documentation updates +- Build utility and documentation updates + +-------------------------------------------------------------------------------- # 155 (2019-08-22)