We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e1d502 + cfe2f80 commit 10f1115Copy full SHA for 10f1115
.github/workflows/linter.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version: "3.11"
28
29
- name: Install poetry
30
- uses: abatilo/actions-poetry@v4
+ uses: abatilo/actions-poetry@v3
31
32
- name: Configure poetry
33
shell: bash
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
python-version: ${{ matrix.python_version }}
43
44
45
46
47
- name: Install dependencies
48
run: poetry install --all-extras
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "RCTab"
3
-version = "1.5.0"
+version = "1.6.0"
4
description = "The RCTab API. Manage Azure budgets and usage"
5
authors = []
6
dynamic = [ "dependencies" ]
0 commit comments