From 6589a5bb17172a10cc3030f2a3f183f2cd9cfb2a Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:54:03 -0500 Subject: [PATCH 1/2] fix token Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 304cb9663..741c83a45 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -88,4 +88,4 @@ jobs: with: force: false branch: ${{ github.ref }} - github_token: '${{ token_generator.outputs.token }}' + github_token: ${{ steps.token_generator.outputs.token }} From e9a3e10053190b9d5e11f92ecb15beebd6e2629b Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:22:02 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.54.0-dev.0=20=E2=86=92?= =?UTF-8?q?=200.54.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> --- pyproject.toml | 2 +- src/xclim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2135fc1e8..e701b45c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.54.0-dev.0" +current_version = "0.54.0" commit = true commit_args = "--no-verify --signoff" tag = false diff --git a/src/xclim/__init__.py b/src/xclim/__init__.py index 273bf8e3d..52f8cc550 100644 --- a/src/xclim/__init__.py +++ b/src/xclim/__init__.py @@ -13,7 +13,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.54.0-dev.0" +__version__ = "0.54.0" with _resources.as_file(_resources.files("xclim.data")) as _module_data: