Skip to content

Commit 1e30d12

Browse files
committed
Changes before 2.2.0 release.
1 parent c3534ea commit 1e30d12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM continuumio/miniconda3:4.6.14
66

77
LABEL maintainer="[email protected]"
8-
LABEL version="2.1.1"
8+
LABEL version="2.2.0"
99

1010
# Copy the entire project dir because we'll install from source.
1111
COPY . .

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__ = 'v2.1.1'
4+
__version__ = 'v2.2.0'
55
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "e3sm_diags" %}
2-
{% set version = "2.1.1" %}
2+
{% set version = "2.2.0" %}
33

44
package:
55
name: {{ name|lower }}

setup.py

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

8686
setup(
8787
name="e3sm_diags",
88-
version="2.1.1",
88+
version="2.2.0",
8989
author="Chengzhu (Jill) Zhang, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
9090
author_email="[email protected]",
9191
description="E3SM Diagnostics",

0 commit comments

Comments
 (0)