From f1a75089b4e9adb3c1ce7b535a89a4ccb5ccb8be Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Fri, 29 Mar 2024 14:34:30 -0700 Subject: [PATCH] Bump to 2.11.0 (#802) --- 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 664d7e978..9e252510f 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.11.0rc1" +__version__ = "v2.11.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 093ddbcbb..da97c1ff0 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.11.0rc1", + version="2.11.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 59ee20aba..7fc27199d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_diags" [version] -current = "2.11.0rc1" +current = "2.11.0" # Example of a semver regexp. # Make sure this matches current_version before