Skip to content

Commit

Permalink
Changes before v1.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Feb 4, 2019
1 parent 48b34ed commit 536e8bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
FROM continuumio/miniconda:4.5.4

LABEL maintainer="[email protected]"
LABEL version="1.6.0"

# Copy the entire project dir because we'll install from source.
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion conda/e3sm_diags_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ dependencies:
- numpy=1.15.0
- numpy-base=1.15.0
- scipy=1.1.0
- e3sm_diags=1.5.0
- e3sm_diags=1.6.0
- pip:
- msgpack==0.5.6
- mv2==3.0.0
Expand Down
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: e3sm_diags
version: 1.5.0
version: 1.6.0

source:
git_url: https://github.com/E3SM-Project/e3sm_diags
git_rev: v1.5.0
git_rev: v1.6.0

build:
script: python setup.py install
Expand Down

0 comments on commit 536e8bd

Please sign in to comment.