From 3284df139ae54ae251312f3b8c650f98370076c0 Mon Sep 17 00:00:00 2001 From: Ryan Forsyth Date: Wed, 6 May 2026 09:24:49 -0700 Subject: [PATCH] Bump to 3.2.0rc2 --- pyproject.toml | 2 +- tbump.toml | 2 +- zppy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 624095aa..65612818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "zppy" -version = "3.2.0rc1" +version = "3.2.0rc2" description = "Post-processing software for E3SM" readme = "README.md" requires-python = ">=3.11,<3.15" diff --git a/tbump.toml b/tbump.toml index 43b517d8..f6ba9293 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/zppy.git" [version] -current = "3.2.0rc1" +current = "3.2.0rc2" # Example of a semver regexp with support for PEP 440 # release candidates.Make sure this matches current_version diff --git a/zppy/__init__.py b/zppy/__init__.py index 9d1f72aa..4234e4aa 100644 --- a/zppy/__init__.py +++ b/zppy/__init__.py @@ -1 +1 @@ -__version__ = "v3.2.0rc1" +__version__ = "v3.2.0rc2"