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.0.0 "
2+ "." : " 5.0.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.0.1] ( https://github.com/IFCA-Advanced-Computing/caso/compare/v5.0.0...v5.0.1 ) (2024-09-27)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * release 5.0.1 ([ 3cee70d] ( https://github.com/IFCA-Advanced-Computing/caso/commit/3cee70d1c1f7e5f4dd38f57eed8e18521bf0285a ) )
9+
310## [ 5.0.0] ( https://github.com/IFCA-Advanced-Computing/caso/compare/4.1.1...v5.0.0 ) (2024-09-27)
411
512
Original file line number Diff line number Diff line change 2020import pathlib
2121from contextlib import suppress
2222
23- __version__ = "5.0.0 "
23+ __version__ = "5.0.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.0.0 "
4+ version = " 5.0.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