Skip to content

Commit 2c8a9cb

Browse files
authored
v2.5.0rc4 update (#487)
1 parent 41ff694 commit 2c8a9cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM continuumio/miniconda3:4.6.14
66

77
LABEL maintainer="[email protected]"
8-
LABEL version="2.5.0rc3"
8+
LABEL version="2.5.0rc4"
99

1010
# Copy the entire project dir because we'll install from source.
1111
COPY . .

acme_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.5.0rc3"
4+
__version__ = "v2.5.0rc4"
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

conda/e3sm_diags_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies:
2020
- netcdf4=1.5.6
2121
# Additional
2222
# ==============
23-
- e3sm_diags=2.5.0rc3
23+
- e3sm_diags=2.5.0rc4
2424
prefix: /opt/miniconda3/envs/e3sm_diags_env

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "e3sm_diags" %}
2-
{% set version = "2.5.0rc3" %}
2+
{% set version = "2.5.0rc4" %}
33

44
package:
55
name: {{ name|lower }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_all_files_in_dir(directory, pattern):
110110

111111
setup(
112112
name="e3sm_diags",
113-
version="2.5.0rc3",
113+
version="2.5.0rc4",
114114
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
115115
author_email="[email protected]",
116116
description="E3SM Diagnostics",

0 commit comments

Comments
 (0)