Skip to content

Commit ddd5ef9

Browse files
committed
chore(master): release 5.2.0
1 parent 674e330 commit ddd5ef9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.1.0"
2+
".": "5.2.0"
33
}

CHANGELOG.md

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

3+
## [5.2.0](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.1.0...v5.2.0) (2025-10-08)
4+
5+
6+
### Features
7+
8+
* do not fail if lastrun is invalid ([74eb6bd](https://github.com/IFCA-Advanced-Computing/caso/commit/74eb6bd6df41bfc0d57683524caa2e8ca80ba021)), closes [#146](https://github.com/IFCA-Advanced-Computing/caso/issues/146)
9+
10+
11+
### Bug Fixes
12+
13+
* Move system_scope check to the keystone_client ([75031e7](https://github.com/IFCA-Advanced-Computing/caso/commit/75031e77ab3f727388351eb60fd4d07c85c3c58c))
14+
315
## [5.1.0](https://github.com/IFCA-Advanced-Computing/caso/compare/v5.0.1...v5.1.0) (2024-12-03)
416

517

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.1.1"
23+
__version__ = "5.2.0"
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.1.1"
4+
version = "5.2.0"
55
description = "cASO is an OpenStack Accounting extractor."
66
readme = "README.md"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)