From a2d00eb114cf505a4ecf4dd429bb8710778cc087 Mon Sep 17 00:00:00 2001 From: Jill Chengzhu Zhang Date: Tue, 12 Sep 2023 11:13:02 -0700 Subject: [PATCH] Bump to 2.9.0 (#731) --- e3sm_diags/__init__.py | 2 +- setup.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e3sm_diags/__init__.py b/e3sm_diags/__init__.py index 5f31270b2..442dbbdc3 100644 --- a/e3sm_diags/__init__.py +++ b/e3sm_diags/__init__.py @@ -6,7 +6,7 @@ # issue with dask when using ESMF with system compilers. import shapely -__version__ = "v2.9.0rc5" +__version__ = "v2.9.0" INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/") # Disable MPI in cdms2, which is not currently supported by E3SM-unified diff --git a/setup.py b/setup.py index 401cc4459..b534a1ac9 100644 --- a/setup.py +++ b/setup.py @@ -152,7 +152,7 @@ def get_all_files_in_dir(directory, pattern): "Programming Language :: Python :: 3.10", ], name="e3sm_diags", - version="2.9.0rc5", + version="2.9.0", author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen", author_email="zhang40@llnl.gov", description="E3SM Diagnostics", diff --git a/tbump.toml b/tbump.toml index 6a3d516ca..405460a3b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_diags" [version] -current = "2.9.0rc5" +current = "2.9.0" # Example of a semver regexp. # Make sure this matches current_version before