Skip to content

Commit

Permalink
Changes before v1.3.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Aug 2, 2018
1 parent 1230b7e commit 016f71b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3'
__version__ = 'v1.3.4'
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.3
- e3sm_diags=1.3.4
- asn1crypto=0.24.0
- backports=1.0
- backports.functools_lru_cache=1.5
Expand Down
4 changes: 2 additions & 2 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.3
version: 1.3.4

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

build:
script: python setup.py install
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.3",
version="1.3.4",
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
author_email="[email protected], [email protected]",
description="E3SM Diagnostics",
Expand Down

0 comments on commit 016f71b

Please sign in to comment.