Skip to content

Commit 7c7956f

Browse files
Bump to v3.0.0 (#956)
1 parent eec450a commit 7c7956f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

e3sm_diags/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
import os
22
import sys
33

4-
__version__ = "v3.0.0rc4"
4+
__version__ = "v3.0.0"
55
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
66

7-
# Disable MPI in cdms2, which is not currently supported by E3SM-unified
8-
os.environ["CDMS_NO_MPI"] = "True"
9-
# Must be done before any CDAT library is called.
10-
os.environ["UVCDAT_ANONYMOUS_LOG"] = "no"
11-
os.environ["CDAT_ANONYMOUS_LOG"] = "no"
127
# Needed for when using hdf5 >= 1.10.0,
138
# without this, errors are thrown on Edison compute nodes.
149
os.environ["HDF5_USE_FILE_LOCKING"] = "FALSE"

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 = "3.0.0rc4"
5+
current = "3.0.0"
66

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

0 commit comments

Comments
 (0)