File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 run : cp -r packaging/debian debian
9494
9595 - name : Install Debian deps
96- run : sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr
96+ run : sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr pybuild-plugin-pyproject
9797
9898 - name : Install dependencies
9999 run : |
Original file line number Diff line number Diff line change 2020import pathlib
2121from contextlib import suppress
2222
23- __version__ = "5.1.0 "
23+ __version__ = "5.1.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.1.0 "
4+ version = " 5.1.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