From 550b73d2ddee3dded9b1491b769d8229532df95a Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Tue, 23 Aug 2022 07:38:25 -0600 Subject: [PATCH 1/2] Bump default version in all locations #49 upgraded the actual code content. We want to update the documentation content as well. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96c5d9..a92ac7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] - poetry-version: [1.0, 1.1.11] + poetry-version: [1.0, 1.1.15] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: From f239d411c94fb0cd765afe31b9ab1459bf77033c Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Tue, 23 Aug 2022 07:38:55 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa6866..541c042 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] - poetry-version: ["1.0", "1.1.11"] + poetry-version: ["1.0", "1.1.15"] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: