From 3580e47f68baab82c993a96d7fd6a0cce99f8178 Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Mon, 30 Mar 2026 15:54:27 +0100 Subject: [PATCH 1/2] Version 1.28.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index cfc730712..450a687b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28.0 +1.28.1 From f7d114dfe084882281607dc81919271e30099b76 Mon Sep 17 00:00:00 2001 From: Vojta Tuma Date: Thu, 12 Mar 2026 17:26:58 +0100 Subject: [PATCH 2/2] [python] dont require fckit for mir build --- python/mir/build_chain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mir/build_chain.sh b/python/mir/build_chain.sh index 126cd7ea4..4461aca01 100755 --- a/python/mir/build_chain.sh +++ b/python/mir/build_chain.sh @@ -37,7 +37,7 @@ fi # TODO get these from pyproject... if [ -n "$INSTALL_LOCALLY" ] ; then # TODO reuse the dep resolver from setup utils - uv pip install --no-cache $INSTALL_LOCALLY/eckitlib* $INSTALL_LOCALLY/fckitlib* $INSTALL_LOCALLY/eccodeslib* $INSTALL_LOCALLY/atlaslib* $INSTALL_LOCALLY/mirlib* + uv pip install --no-cache $INSTALL_LOCALLY/eckitlib* $INSTALL_LOCALLY/eccodeslib* $INSTALL_LOCALLY/atlaslib* $INSTALL_LOCALLY/mirlib* else uv pip install --prerelease=allow $EXTRA_PIP mirlib fi