From cce8163fa7d9822611e4163a5f10559d6993be5d Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 5 Aug 2026 17:00:56 +0400 Subject: [PATCH] Bump version to 1.3.1 --- .github/workflows/release.yml | 2 +- docs/source/index.rst | 11 ++++++++++- src/trustme/_version.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95ae842..c17f7d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,4 +48,4 @@ jobs: name: "dist" path: "dist/" - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 diff --git a/docs/source/index.rst b/docs/source/index.rst index ef487be..01c4ff5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -122,9 +122,18 @@ Change history .. towncrier release notes start -Trustme 1.3.0 (2026-08-05) +Trustme 1.3.1 (2026-08-06) -------------------------- +Misc +~~~~ + +- Fix PyPI publish step `#720 `__ + + +Trustme 1.3.0 (not released) +---------------------------- + Features ~~~~~~~~ diff --git a/src/trustme/_version.py b/src/trustme/_version.py index 67bc602..9c73af2 100644 --- a/src/trustme/_version.py +++ b/src/trustme/_version.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1"