From f6c4ad38127073dc272f372b77bb77ffe9886f0a Mon Sep 17 00:00:00 2001 From: tomvothecoder Date: Wed, 3 Sep 2025 14:32:15 -0500 Subject: [PATCH] Bump to 1.12.2 --- e3sm_to_cmip/__init__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e3sm_to_cmip/__init__.py b/e3sm_to_cmip/__init__.py index f0549aa6..bf51424c 100644 --- a/e3sm_to_cmip/__init__.py +++ b/e3sm_to_cmip/__init__.py @@ -1,6 +1,6 @@ """Top-level package for e3sm_to_cmip.""" -__version__ = "1.12.1" # pragma: no cover +__version__ = "1.12.2" # pragma: no cover import os diff --git a/tbump.toml b/tbump.toml index d68875f1..e5e089da 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_to_cmip" [version] -current = "1.12.1" +current = "1.12.2" # Example of a semver regexp. # Make sure this matches current_version before