From 9bd93ad8fb9c99ed737d17db6620c63ff1e67361 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 5 Aug 2026 17:00:56 +0400 Subject: [PATCH 1/2] Bump version to 1.3.1 Co-Authored-By: Claude Opus 5 (1M context) --- .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..ebbba11 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -122,7 +122,16 @@ Change history .. towncrier release notes start -Trustme 1.3.0 (2026-08-05) +Trustme 1.3.1 (2026-08-05) +-------------------------- + +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" From f2297c67b6a90e592251de82a1d3d833fd2bb053 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 5 Aug 2026 21:34:46 +0400 Subject: [PATCH 2/2] Fix underline --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index ebbba11..fd28e11 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -132,7 +132,7 @@ Misc Trustme 1.3.0 (not released) --------------------------- +---------------------------- Features ~~~~~~~~