Skip to content

Commit 4157a77

Browse files
Merge pull request #382 from MetOffice/CDDSO-573_v2.5.10_release
CDDSO-573 v2.5.10 release
2 parents 9ac67f6 + c28b8ea commit 4157a77

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

cdds/CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
44
.. include:: common.txt
55

6+
Release 2.5.10, December 12, 2024
7+
============================
8+
* No changes
9+
610
Release 2.5.9, June 25, 2024
711
============================
812
* Fixed a bug in submission code that made archiving script unusable (CDDSO-477)

cdds/cdds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Please see LICENSE.rst for license details.
33
from cdds.versions import get_version
44

5-
_DEV = True
5+
_DEV = False
66
_NUMERICAL_VERSION = '2.5.10'
77
__version__ = get_version('cdds')

mip_convert/CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
44
.. include:: common.txt
55

6+
Release 2.5.10, December 12, 2024
7+
============================
8+
* Add mappings for the eUKESM1 model (duplicates of the existing UKESM1*.cfg mappings) (CDDSO-572)
9+
610
Release 2.5.9, June 25, 2024
711
============================
812
* Added new MIP tables (GC3hrPtUV, GCAmon6hr, GCAmonUV, GC3hr, GC1hr) and mappings for CP4A, along with

mip_convert/mip_convert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
environ["VECLIB_MAXIMUM_THREADS"] = "1"
1616
environ["NUMEXPR_NUM_THREADS"] = "1"
1717

18-
_DEV = True
18+
_DEV = False
1919
_NUMERICAL_VERSION = '2.5.10'
2020
__version__ = get_version('mip_convert')

0 commit comments

Comments
 (0)