From 59105816655b67461f56ccad6185e25058279da4 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Wed, 19 Feb 2020 09:26:29 -0500 Subject: [PATCH 1/2] Bump to match the default version --- 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 9651d60..98f0018 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.9/) + expect(app.run('python -V')).to match(/3.6.10/) end end end From ca9b6de50f6133213d9dec89783a797c95b1c2bc Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Wed, 19 Feb 2020 09:37:41 -0500 Subject: [PATCH 2/2] Update changelog to pass check --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502a9ec..bd536e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,15 @@ # Master - Download get-pip.py to tmpdir instead of root dir + +-------------------------------------------------------------------------------- + +# 163 (2019-12-23) + - New pythons released: Python 3.8.1, 3.7.6, 3.6.10 (CPython) Beta Release: Pypy 2.7 and 3.6, version 7.2.0 --------------------------------------------------------------------------------- - # 162 (2019-12-06) - Bug fix: fragile sqlite3 install