Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin/meto_install_mule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ set -eu
# Setup what version of things should be used

# UM version for sstpert and wafccb libraries (will be looked up in $UMDIR)
um_ver=vn13.7
um_ver=vn13.9
# Shumlib version (will be looked up in $UMDIR)
shum_ver=2024.11.1
shum_ver=2025.10.1

# Set library locations and which specific builds to use on each platform
hostname=$(hostname)
Expand Down
4 changes: 2 additions & 2 deletions mule/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = "2024.11.1"
version = "2025.10.1"
# The full version, including alpha/beta/rc tags.
release = "2024.11.1"
release = "2025.10.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mule/lib/mule/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
from contextlib import contextmanager
from mule.stashmaster import STASHmaster

__version__ = "2024.11.1"
__version__ = "2025.10.1"

# UM fixed length header names and positions
_UM_FIXED_LENGTH_HEADER = [
Expand Down
2 changes: 1 addition & 1 deletion mule/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run(self):

setuptools.setup(
name="mule",
version="2024.11.1",
version="2025.10.1",
description="Unified Model Fields File interface",
author="UM Systems Team",
url="https://github.com/metoffice/mule",
Expand Down
2 changes: 1 addition & 1 deletion um_packing/lib/um_packing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

from .um_packing import wgdos_pack, wgdos_unpack, get_shumlib_version

__version__ = "2024.11.1"
__version__ = "2025.10.1"
2 changes: 1 addition & 1 deletion um_packing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):

setuptools.setup(
name="um_packing",
version="2024.11.1",
version="2025.10.1",
description="Unified Model packing library extension",
author="UM Systems Team",
url="https://github.com/metoffice/mule",
Expand Down
2 changes: 1 addition & 1 deletion um_ppibm/lib/um_ppibm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
msg = "Failed to import ieee2ibm32 extension"
raise ImportError(err.args + (msg,))

__version__ = "2024.11.1"
__version__ = "2025.10.1"


# Custom write operator for "unpacked" fields which passes them through the
Expand Down
2 changes: 1 addition & 1 deletion um_ppibm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):

setuptools.setup(
name="um_ppibm",
version="2024.11.1",
version="2025.10.1",
description="Unified Model pp conversion utility with IBM number format",
author="UM Systems Team",
url="https://github.com/metoffice/mule",
Expand Down
2 changes: 1 addition & 1 deletion um_spiral_search/lib/um_spiral_search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

from .um_spiral_search import spiral_search

__version__ = "2024.11.1"
__version__ = "2025.10.1"
2 changes: 1 addition & 1 deletion um_spiral_search/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):

setuptools.setup(
name="um_spiral_search",
version="2024.11.1",
version="2025.10.1",
description="Unified Model Spiral Search extension",
author="UM Systems Team",
url="https://github.com/metoffice/mule",
Expand Down
2 changes: 1 addition & 1 deletion um_sstpert/lib/um_sstpert/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from um_utils.version import report_modules
from um_utils.pumf import _banner

__version__ = "2024.11.1"
__version__ = "2025.10.1"


def gen_pert_field(clim_fields, alpha, ens_member, date):
Expand Down
2 changes: 1 addition & 1 deletion um_sstpert/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):

setuptools.setup(
name="um_sstpert",
version="2024.11.1",
version="2025.10.1",
description="Unified Model SST-perturbation extension and utility",
author="UM Systems Team",
url="https://github.com/metoffice/mule",
Expand Down
4 changes: 2 additions & 2 deletions um_utils/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = "2024.11.1"
version = "2025.10.1"
# The full version, including alpha/beta/rc tags.
release = "2024.11.1"
release = "2025.10.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion um_utils/lib/um_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# along with these utilities.
# If not, see <http://opensource.org/licenses/BSD-3-Clause>.

__version__ = "2024.11.1"
__version__ = "2025.10.1"
2 changes: 1 addition & 1 deletion um_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run(self):

setuptools.setup(
name="um_utils",
version="2024.11.1",
version="2025.10.1",
description="Unified Model Fields File utilities",
author="UM Systems Team",
url="https://github.com/metoffice/mule",
Expand Down
2 changes: 1 addition & 1 deletion um_wafccb/lib/um_wafccb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

from .um_wafccb import wafccb

__version__ = "2024.11.1"
__version__ = "2025.10.1"
2 changes: 1 addition & 1 deletion um_wafccb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):

setuptools.setup(
name="um_wafccb",
version="2024.11.1",
version="2025.10.1",
description="Unified Model WAFC CB extension",
author="UM Systems Team",
url="https://github.com/metoffice/mule",
Expand Down