Skip to content

Commit 8cfe2cf

Browse files
author
lewisjared
committed
Bump version: 0.7.4 → 0.7.5
1 parent 5bddfa7 commit 8cfe2cf

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.7.4"
2+
current_version = "0.7.5"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## ref-sample-data 0.7.5 (2025-09-30)
25+
26+
### Features
27+
28+
- Add test data for the OHC-NOAA IOMB diagnostic ([#53](https://github.com/CMIP-REF/ref-sample-data/pulls/53))
29+
30+
### Bug Fixes
31+
32+
- Removes ERA5 ta dataset from obs4REF in preference for obs4MIP ([#354](https://github.com/CMIP-REF/ref-sample-data/pulls/354))
33+
34+
2435
## ref-sample-data 0.7.4 (2025-09-26)
2536

2637
### Improvements

changelog/354.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/53.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ref-sample-data"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
description = "CMIP Rapid Evaluation Framework Sample Data"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)