Skip to content

Commit 43f5f74

Browse files
Bump/v2.11.0rc1 (#789)
* Bump to 2.11.0 * minor doc fix * Bump to 2.11.0rc1
1 parent 434ab8c commit 43f5f74

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

e3sm_diags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# issue with dask when using ESMF with system compilers.
77
import shapely
88

9-
__version__ = "v2.10.1"
9+
__version__ = "v2.11.0rc1"
1010
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
1111

1212
# Disable MPI in cdms2, which is not currently supported by E3SM-unified

examples/use_zppy_to_run_e3sm_diags/zppy_config_for_complete_e3sm_diags_run_on_NERSC.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ref_start_yr = 1985
6666
reference_data_path = "/global/cfs/cdirs/e3sm/diagnostics/observations/Atm/climatology/"
6767
sets = "lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","enso_diags","qbo","diurnal_cycle","annual_cycle_zonal_mean","streamflow", "zonal_mean_2d_stratosphere","aerosol_aeronet",
6868
short_name = 'v2.LR.historical_0101'
69-
output_format = "pdf",
7069
ts_num_years = 30
7170
walltime = "00:30:00"
7271
years = "1985:2014:30",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_all_files_in_dir(directory, pattern):
152152
"Programming Language :: Python :: 3.10",
153153
],
154154
name="e3sm_diags",
155-
version="2.10.1",
155+
version="2.11.0rc1",
156156
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
157157
author_email="[email protected]",
158158
description="E3SM Diagnostics",

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/E3SM-Project/e3sm_diags"
33

44
[version]
5-
current = "2.10.1"
5+
current = "2.11.0rc1"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)