From a73226dc3994ba6e4691bbbdddaad5159a48778a Mon Sep 17 00:00:00 2001 From: Alvaro Lopez Garcia Date: Fri, 31 Jul 2026 09:52:04 +0200 Subject: [PATCH] chore(master): release 5.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ caso/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9176eb..937ceec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.2" + ".": "5.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31efbd3..bffeb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.3](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.2.2...v5.2.3) (2026-07-31) + + +### Bug Fixes + +* avoid Bandit false positive in Nova status map ([ec08cab](https://github.com/IFCA-Advanced-Computing/caso/commit/ec08cabd163e0677802fe2d524f3c2cdf483f592)) + ## [5.2.2](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.2.1...v5.2.2) (2026-07-15) diff --git a/caso/__init__.py b/caso/__init__.py index 425bef1..dfade66 100644 --- a/caso/__init__.py +++ b/caso/__init__.py @@ -20,7 +20,7 @@ import pathlib from contextlib import suppress -__version__ = "5.2.2" +__version__ = "5.2.3" def extract_version() -> str: diff --git a/pyproject.toml b/pyproject.toml index cc3cf2c..96acc93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "caso" -version = "5.2.2" +version = "5.2.3" description = "cASO is an OpenStack Accounting extractor." readme = "README.md" license = "Apache-2.0"