Skip to content

Commit

Permalink
Changes before v1.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Apr 24, 2018
1 parent d9c8c31 commit 2bf6042
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 +1 @@
__version__ = 'v1.3.1'
__version__ = 'v1.3.2'
2 changes: 1 addition & 1 deletion conda/acme_diags_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- cdat
- defaults
dependencies:
- acme_diags=1.3.1
- acme_diags=1.3.2
- 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: acme_diags
version: 1.3.1
version: 1.3.2

source:
git_url: https://github.com/E3SM-Project/acme_diags
git_rev: v1.3.1
git_rev: v1.3.2

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 @@ -64,7 +64,7 @@ def get_all_files_in_dir(directory, pattern):

setup(
name="acme_diags",
version="1.3.1",
version="1.3.2",
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
author_email="[email protected], [email protected]",
description="ACME Diagnostics.",
Expand Down

0 comments on commit 2bf6042

Please sign in to comment.