Skip to content

Commit 10f1115

Browse files
authored
Merge pull request #70 from alan-turing-institute/Iain-S-patch-1
Bump API version number
2 parents 5e1d502 + cfe2f80 commit 10f1115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: "3.11"
2828

2929
- name: Install poetry
30-
uses: abatilo/actions-poetry@v4
30+
uses: abatilo/actions-poetry@v3
3131

3232
- name: Configure poetry
3333
shell: bash

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ${{ matrix.python_version }}
4343

4444
- name: Install poetry
45-
uses: abatilo/actions-poetry@v4
45+
uses: abatilo/actions-poetry@v3
4646

4747
- name: Install dependencies
4848
run: poetry install --all-extras

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "RCTab"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "The RCTab API. Manage Azure budgets and usage"
55
authors = []
66
dynamic = [ "dependencies" ]

0 commit comments

Comments
 (0)