From 8a18255e5b9bb7d4547a97b27e8e16a84585a6a6 Mon Sep 17 00:00:00 2001 From: Jill Chengzhu Zhang Date: Thu, 9 Jun 2022 16:41:08 -0700 Subject: [PATCH] bump to 2.7.0rc1 (#595) --- conda-env/prod.yml | 2 +- e3sm_diags/__init__.py | 2 +- setup.py | 2 +- tbump.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda-env/prod.yml b/conda-env/prod.yml index 29e2af07e..de123ce64 100644 --- a/conda-env/prod.yml +++ b/conda-env/prod.yml @@ -8,5 +8,5 @@ dependencies: # ================= - python=3.9.10 - pip=22.0.3 - - e3sm_diags=2.6.1 + - e3sm_diags=2.7.0rc1 prefix: /opt/miniconda3/envs/e3sm_diags_prod diff --git a/e3sm_diags/__init__.py b/e3sm_diags/__init__.py index 4cb570480..ff553e75f 100644 --- a/e3sm_diags/__init__.py +++ b/e3sm_diags/__init__.py @@ -1,7 +1,7 @@ import os import sys -__version__ = "v2.6.1" +__version__ = "v2.7.0rc1" 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 e250e5a99..307beb0a7 100644 --- a/setup.py +++ b/setup.py @@ -146,7 +146,7 @@ def get_all_files_in_dir(directory, pattern): "Programming Language :: Python :: 3.10", ], name="e3sm_diags", - version="2.6.1", + version="2.7.0rc1", 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 ebc31d42f..72b6d760d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_diags" [version] -current = "2.6.1" +current = "2.7.0rc1" # Example of a semver regexp. # Make sure this matches current_version before