Skip to content

Commit fd9e918

Browse files
Bump to 2.8.0rc1 (#631)
1 parent d2c1b0b commit fd9e918

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda-env/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies:
88
# =================
99
- python=3.9.10
1010
- pip=22.0.3
11-
- e3sm_diags=2.7.0
11+
- e3sm_diags=2.8.0rc1
1212
prefix: /opt/miniconda3/envs/e3sm_diags_prod

e3sm_diags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import sys
33

4-
__version__ = "v2.7.0"
4+
__version__ = "v2.8.0rc1"
55
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
66

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def get_all_files_in_dir(directory, pattern):
149149
"Programming Language :: Python :: 3.10",
150150
],
151151
name="e3sm_diags",
152-
version="2.7.0",
152+
version="2.8.0rc1",
153153
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
154154
author_email="[email protected]",
155155
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.7.0"
5+
current = "2.8.0rc1"
66

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

0 commit comments

Comments
 (0)