Skip to content

Commit eca84d5

Browse files
committed
Changes before v1.4.0 release.
1 parent 5897a5d commit eca84d5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

acme_diags/__init__.py

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

4-
__version__ = 'v1.3.4'
4+
__version__ = 'v1.4.0'
55
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')

conda/e3sm_diags_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- cdat
77
- defaults
88
dependencies:
9-
- e3sm_diags=1.3.4
9+
- e3sm_diags=1.4.0
1010
- asn1crypto=0.24.0
1111
- backports=1.0
1212
- backports.functools_lru_cache=1.5

conda/meta-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: e3sm_diags
3-
version: 1.3.4
3+
version: 1.4.0
44

55
source:
66
git_url: https://github.com/E3SM-Project/acme_diags
7-
git_rev: v1.3.4
7+
git_rev: v1.4.0
88

99
build:
1010
script: python setup.py install
@@ -16,7 +16,7 @@ requirements:
1616

1717
run:
1818
- python {{ python }}
19-
- cdp 1.3.3
19+
- cdp 1.4.0
2020
- vcs 8.0
2121
- vtk-cdat 8.0.1.8.0
2222
- vcsaddons 8.0

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818

1919
run:
2020
- python {{ python }}
21-
- cdp 1.3.3
21+
- cdp 1.4.0
2222
- vcs 8.0
2323
- vtk-cdat 8.0.1.8.0
2424
- vcsaddons 8.0

setup.py

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

6666
setup(
6767
name="e3sm_diags",
68-
version="1.3.4",
68+
version="1.4.0",
6969
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
7070
7171
description="E3SM Diagnostics",

0 commit comments

Comments
 (0)