Skip to content

Commit 1529a24

Browse files
committed
Update to v1.11.0rc13
1 parent 4e93c91 commit 1529a24

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.0rc12",
17+
parser.add_argument("--version", dest="version", default="1.11.0rc13",
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.0rc12" %}
2+
{% set version = "1.11.0rc13" %}
33
{% set build = 0 %}
44

55
package:
@@ -47,7 +47,7 @@ requirements:
4747
- mache 1.28.0
4848
- moab 5.5.1 {{ mpi_prefix }}_tempest_* # [mpi != 'hpc']
4949
- mosaic 1.1.0 # [py>=310]
50-
- mpas-analysis 1.13.0rc9
50+
- mpas-analysis 1.13.0rc10
5151
- mpas_tools 0.36.0
5252
- nco 5.3.2 # [mpi != 'hpc']
5353
- pcmdi_metrics 3.8.2

0 commit comments

Comments
 (0)