Skip to content

Commit 532a21e

Browse files
committed
chore(master): release 5.2.1
1 parent a035867 commit 532a21e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0"
2+
".": "5.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.1](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.2.0...v5.2.1) (2025-10-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 5.2.1 ([a035867](https://github.com/IFCA-Advanced-Computing/caso/commit/a035867b5e75787db17a2a30d7b64f1ebee17632))
9+
310
## [5.2.0](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.1.0...v5.2.0) (2025-10-08)
411

512

caso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import pathlib
2121
from contextlib import suppress
2222

23-
__version__ = "5.2.0"
23+
__version__ = "5.2.1"
2424

2525

2626
def extract_version() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "caso"
4-
version = "5.2.0"
4+
version = "5.2.1"
55
description = "cASO is an OpenStack Accounting extractor."
66
readme = "README.md"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)