Skip to content

Commit 6a33993

Browse files
author
lewisjared
committed
Bump version: 0.4.6 → 0.5.0
1 parent 1b481d6 commit 6a33993

File tree

5 files changed

+12
-6
lines changed

5 files changed

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

CHANGELOG.md

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

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

24+
## ref-sample-data 0.5.0 (2025-04-28)
25+
26+
### Features
27+
28+
- Deduplicate datasets if multiple timespans are specified.
29+
The superset of the timespans is used to create the output files. ([#28](https://github.com/CMIP-REF/ref-sample-data/pulls/28))
30+
31+
2432
## ref-sample-data 0.4.6 (2025-04-28)
2533

2634
### Features

changelog/28.feature.md

Lines changed: 0 additions & 2 deletions
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.4.6"
3+
version = "0.5.0"
44
description = "CMIP Rapid Evaluation Framework Sample Data"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)