Skip to content

Commit

Permalink
Changes before v1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Sep 13, 2018
1 parent 5897a5d commit eca84d5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion acme_diags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import sys

__version__ = 'v1.3.4'
__version__ = 'v1.4.0'
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')
2 changes: 1 addition & 1 deletion conda/e3sm_diags_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- cdat
- defaults
dependencies:
- e3sm_diags=1.3.4
- e3sm_diags=1.4.0
- asn1crypto=0.24.0
- backports=1.0
- backports.functools_lru_cache=1.5
Expand Down
6 changes: 3 additions & 3 deletions conda/meta-release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: e3sm_diags
version: 1.3.4
version: 1.4.0

source:
git_url: https://github.com/E3SM-Project/acme_diags
git_rev: v1.3.4
git_rev: v1.4.0

build:
script: python setup.py install
Expand All @@ -16,7 +16,7 @@ requirements:

run:
- python {{ python }}
- cdp 1.3.3
- cdp 1.4.0
- vcs 8.0
- vtk-cdat 8.0.1.8.0
- vcsaddons 8.0
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:

run:
- python {{ python }}
- cdp 1.3.3
- cdp 1.4.0
- vcs 8.0
- vtk-cdat 8.0.1.8.0
- vcsaddons 8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_all_files_in_dir(directory, pattern):

setup(
name="e3sm_diags",
version="1.3.4",
version="1.4.0",
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
author_email="[email protected], [email protected]",
description="E3SM Diagnostics",
Expand Down

0 comments on commit eca84d5

Please sign in to comment.