Skip to content

Commit d03d70f

Browse files
author
lewisjared
committed
Bump version: 0.6.0 → 0.6.1
1 parent 6ce864f commit d03d70f

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

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

CHANGELOG.md

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

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

24+
## ref-sample-data 0.6.1 (2025-05-18)
25+
26+
No significant changes.
27+
28+
2429
## ref-sample-data 0.6.0 (2025-05-16)
2530

2631
No significant changes.

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.6.0"
3+
version = "0.6.1"
44
description = "CMIP Rapid Evaluation Framework Sample Data"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)