Skip to content

Commit 32d2067

Browse files
author
bouweandela
committed
Bump version: 0.7.5 → 0.7.6
1 parent b81ac0c commit 32d2067

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.5"
2+
current_version = "0.7.6"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

CHANGELOG.md

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

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

24+
## ref-sample-data 0.7.6 (2025-10-02)
25+
26+
### Improvements
27+
28+
- Increased the timerange for the ECS diagnostic. ([#54](https://github.com/CMIP-REF/ref-sample-data/pulls/54))
29+
30+
2431
## ref-sample-data 0.7.5 (2025-09-30)
2532

2633
### Features

changelog/54.improvement.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.5"
3+
version = "0.7.6"
44
description = "CMIP Rapid Evaluation Framework Sample Data"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)