From 9b38e00fd468733fab9343d5899fb3ac7b7af864 Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Tue, 23 Aug 2022 07:42:54 -0600 Subject: [PATCH] docs: Bump default version in all locations (#50) #49 upgraded the actual code content. We want to update the documentation content as well. --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: 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: