File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 5.2.0 "
2+ "." : " 5.2.1 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2020import pathlib
2121from contextlib import suppress
2222
23- __version__ = "5.2.0 "
23+ __version__ = "5.2.1 "
2424
2525
2626def extract_version () -> str :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22
33name = " caso"
4- version = " 5.2.0 "
4+ version = " 5.2.1 "
55description = " cASO is an OpenStack Accounting extractor."
66readme = " README.md"
77license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments