Skip to content

Commit cf2e918

Browse files
author
lewisjared
committed
Bump version: 0.5.1 → 0.5.2
1 parent e0206d6 commit cf2e918

File tree

14 files changed

+30
-21
lines changed

14 files changed

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

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ authors:
2424
- family-names: "Xu"
2525
given-names: "Min"
2626
orcid: "https://orcid.org/0000-0003-3443-0300"
27-
version: 0.5.1
27+
version: 0.5.2
2828
doi: 10.5281/zenodo.15103441
29-
date-released: 2025-05-14
29+
date-released: 2025-05-15
3030
url: "https://github.com/Climate-REF/climate-ref"
3131
license: "Apache-2.0"

changelog/296.docs.md

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

changelog/297.fix.md

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

docs/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+
## climate-ref 0.5.2 (2025-05-15)
25+
26+
### Bug Fixes
27+
28+
- Fix missing dependency in migrations ([#297](https://github.com/Climate-REF/climate-ref/pulls/297))
29+
30+
### Improved Documentation
31+
32+
- Added documentation for configuration options ([#296](https://github.com/Climate-REF/climate-ref/pulls/296))
33+
34+
2435
## climate-ref 0.5.1 (2025-05-14)
2536

2637
### Features

packages/climate-ref-celery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-celery"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Celery app for mananging tasks and workers"
55
readme = "README.md"
66
authors = [

packages/climate-ref-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-core"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Core library for the CMIP Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref-esmvaltool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-esmvaltool"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "ESMValTool diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref-example/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-example"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Example diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref-ilamb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-ilamb"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "ILAMB diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [{ name = "Nathan Collier", email = "nathaniel.collier@gmail.com" }]

packages/climate-ref-pmp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-pmp"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "PMP diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Application which runs the CMIP Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

pyproject.toml

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

uv.lock

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

0 commit comments

Comments
 (0)