diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d97011..39d0512 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,3 +64,4 @@ jobs: with: body_path: scripts/latest-release-notes.md files: dist/* + tag_name: v${{ github.event.inputs.version }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 62c795f..d2dbe80 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Releases ======== -3.11.0 (2023-06-15) +3.11.1 (2023-06-15) ------------------- * Fixed introspection for failed ``assert_has_calls`` (`#365`_).