Skip to content

Commit 8a18255

Browse files
bump to 2.7.0rc1 (#595)
1 parent 3cc0d73 commit 8a18255

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.6.1
11+
- e3sm_diags=2.7.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.6.1"
4+
__version__ = "v2.7.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
@@ -146,7 +146,7 @@ def get_all_files_in_dir(directory, pattern):
146146
"Programming Language :: Python :: 3.10",
147147
],
148148
name="e3sm_diags",
149-
version="2.6.1",
149+
version="2.7.0rc1",
150150
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
151151
author_email="[email protected]",
152152
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.6.1"
5+
current = "2.7.0rc1"
66

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

0 commit comments

Comments
 (0)