Skip to content

Commit 6fc3d31

Browse files
committed
Update to v1.11.1
1 parent 6bd1a84 commit 6fc3d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e3sm_supported_machines/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def parse_args(bootstrap):
1515
parser = argparse.ArgumentParser(
1616
description='Deploy E3SM-Unified')
17-
parser.add_argument("--version", dest="version", default="1.11.0",
17+
parser.add_argument("--version", dest="version", default="1.11.1",
1818
help="The version of E3SM-Unified to deploy")
1919
parser.add_argument("--conda", dest="conda_base",
2020
help="Path for the conda base")

recipes/e3sm-unified/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "E3SM-Unified" %}
2-
{% set version = "1.11.0" %}
2+
{% set version = "1.11.1" %}
33
{% set build = 0 %}
44

55
package:
@@ -58,7 +58,7 @@ requirements:
5858
- uxarray >=2024.12.0 # [py>=310]
5959
- xcdat 0.8.0
6060
- zppy 3.0.0
61-
- zppy-interfaces 0.1.1
61+
- zppy-interfaces 0.1.2
6262
- zstash 1.4.4 # [linux]
6363

6464
### mkdocs

0 commit comments

Comments
 (0)