diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5e9157..684bdbe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a2fc8..4c0e516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.1](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.2.0...v5.2.1) (2025-10-14) + + +### Miscellaneous Chores + +* release 5.2.1 ([a035867](https://github.com/IFCA-Advanced-Computing/caso/commit/a035867b5e75787db17a2a30d7b64f1ebee17632)) + ## [5.2.0](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.1.0...v5.2.0) (2025-10-08) diff --git a/caso/__init__.py b/caso/__init__.py index 90a5645..df66ddb 100644 --- a/caso/__init__.py +++ b/caso/__init__.py @@ -20,7 +20,7 @@ import pathlib from contextlib import suppress -__version__ = "5.2.0" +__version__ = "5.2.1" def extract_version() -> str: diff --git a/pyproject.toml b/pyproject.toml index 8c41682..dbfccbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "caso" -version = "5.2.0" +version = "5.2.1" description = "cASO is an OpenStack Accounting extractor." readme = "README.md" license = "Apache-2.0"