Skip to content

Commit 2f51cc7

Browse files
authored
v2.12.0 build 2: Use iotaa 1.6 (#833)
1 parent 5f207ec commit 2f51cc7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

recipe/meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"build": "py_1",
3-
"buildnum": 1,
2+
"build": "py_2",
3+
"buildnum": 2,
44
"name": "uwtools",
55
"packages": {
66
"dev": [
77
"docformatter ==1.7.*",
88
"f90nml >=1.4,<1.5",
9-
"iotaa ==1.5.*",
9+
"iotaa ==1.6.*",
1010
"jinja2 >=3.1,<3.2",
1111
"jq ==1.8.*",
1212
"jsonschema >=4.17,<4.26",
@@ -26,7 +26,7 @@
2626
],
2727
"run": [
2828
"f90nml >=1.4,<1.5",
29-
"iotaa ==1.5.*",
29+
"iotaa ==1.6.*",
3030
"jinja2 >=3.1,<3.2",
3131
"jsonschema >=4.17,<4.26",
3232
"lxml >=5.2,<6.1",

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717
- setuptools
1818
run:
1919
- f90nml >=1.4,<1.5
20-
- iotaa 1.5.*
20+
- iotaa 1.6.*
2121
- jinja2 >=3.1,<3.2
2222
- jsonschema >=4.17,<4.26
2323
- lxml >=5.2,<6.1

src/uwtools/resources/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"buildnum": "1",
2+
"buildnum": "2",
33
"version": "2.12.0"
44
}

0 commit comments

Comments
 (0)