From aa792655e4ef2d364cf400152abb35f82bb901cb Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sun, 5 May 2024 19:23:29 +0200 Subject: [PATCH 1/5] [Bot] Reset version of bugfix branch to 0.9.1. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 71172b43ae..f514a2f0bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.1 \ No newline at end of file +0.9.1 \ No newline at end of file From 4e41d6e2ebe7214a4cb8c2226337e5922c14db56 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 17:24:56 +0000 Subject: [PATCH 2/5] [Bot] Update version to 0.10.1. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 2774f8587f..71172b43ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.10.1 \ No newline at end of file From 3abcb0016e5d20044127297f991417844a6702ac Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sun, 5 May 2024 19:52:09 +0200 Subject: [PATCH 3/5] [Bot] Reset version of bugfix branch to 0.9.1. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 71172b43ae..f514a2f0bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.1 \ No newline at end of file +0.9.1 \ No newline at end of file From 174323f3b83fc22b348a0017ea5448026a77175c Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sun, 5 May 2024 20:07:58 +0200 Subject: [PATCH 4/5] Specify Python version to be used in Github workflows. --- .github/workflows/template_publish_non_native.yml | 2 ++ .github/workflows/template_publish_platform.yml | 2 ++ .github/workflows/template_publish_pure.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/template_publish_non_native.yml b/.github/workflows/template_publish_non_native.yml index 8842c996a9..397d433898 100644 --- a/.github/workflows/template_publish_non_native.yml +++ b/.github/workflows/template_publish_non_native.yml @@ -48,6 +48,8 @@ jobs: - name: Setup Python if: ${{ inputs.pypi_repository }} uses: actions/setup-python@v5 + with: + python-version: '3.x' - name: Upload wheels to PyPI if: ${{ inputs.pypi_repository }} env: diff --git a/.github/workflows/template_publish_platform.yml b/.github/workflows/template_publish_platform.yml index 7425b46bb0..7669f0cd5d 100644 --- a/.github/workflows/template_publish_platform.yml +++ b/.github/workflows/template_publish_platform.yml @@ -51,6 +51,8 @@ jobs: - name: Setup Python if: ${{ inputs.pypi_repository }} uses: actions/setup-python@v5 + with: + python-version: '3.x' - name: Upload wheels to PyPI if: ${{ inputs.pypi_repository }} env: diff --git a/.github/workflows/template_publish_pure.yml b/.github/workflows/template_publish_pure.yml index 4578cf6141..37955497a9 100644 --- a/.github/workflows/template_publish_pure.yml +++ b/.github/workflows/template_publish_pure.yml @@ -36,6 +36,8 @@ jobs: - name: Setup Python if: ${{ inputs.pypi_repository }} uses: actions/setup-python@v5 + with: + python-version: '3.x' - name: Upload wheels to PyPI if: ${{ inputs.pypi_repository }} env: From cd56ee159634bdeb6d025eba7d42e7bb326298c1 Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Sun, 5 May 2024 18:08:27 +0000 Subject: [PATCH 5/5] [Bot] Merge bugfix into feature branch. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f514a2f0bd..2774f8587f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.10.0 \ No newline at end of file