Skip to content

Commit

Permalink
Prep for v2.2.0 release (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa authored Apr 23, 2024
1 parent ef3fa62 commit f21a26e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipe/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"pyyaml =6.0.*"
]
},
"version": "2.1.1"
"version": "2.2.0"
}
4 changes: 2 additions & 2 deletions src/uwtools/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main() -> None:
STR.config: _dispatch_config,
STR.file: _dispatch_file,
STR.fv3: _dispatch_fv3,
STR.jedi: _dispatch_jedi,
# STR.jedi: _dispatch_jedi,
STR.mpas: _dispatch_mpas,
STR.mpasinit: _dispatch_mpas_init,
STR.rocoto: _dispatch_rocoto,
Expand Down Expand Up @@ -1282,7 +1282,7 @@ def _parse_args(raw_args: List[str]) -> Tuple[Args, Checks]:
STR.config: _add_subparser_config(subparsers),
STR.file: _add_subparser_file(subparsers),
STR.fv3: _add_subparser_fv3(subparsers),
STR.jedi: _add_subparser_jedi(subparsers),
# STR.jedi: _add_subparser_jedi(subparsers),
STR.mpas: _add_subparser_mpas(subparsers),
STR.mpasinit: _add_subparser_mpas_init(subparsers),
STR.rocoto: _add_subparser_rocoto(subparsers),
Expand Down
2 changes: 1 addition & 1 deletion src/uwtools/resources/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.1.1",
"version": "2.2.0",
"buildnum": "0"
}

0 comments on commit f21a26e

Please sign in to comment.