Skip to content

Commit 36d0a50

Browse files
committed
Another release fixup, because GHA still wants to build 2.0.0
1 parent 38cdab5 commit 36d0a50

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
with:
11-
fetch-depth: 0
12-
- name: Set up Python 3.7
10+
11+
- name: Set up Python 3.9
1312
uses: actions/setup-python@v2
1413
with:
15-
python-version: 3.7
14+
python-version: 3.9
1615

1716
- name: Install pypa/build
1817
run: pip install build

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
## in progress
44

55

6+
## 2.0.2 (2022-02-03)
7+
8+
* Another release fixup, because GHA still wants to build 2.0.0.
9+
10+
611
## 2.0.1 (2022-02-03)
712

8-
* Just a fixup release, because 2.0.0 has accidentally been published during testing already.
13+
* Just a release fixup, because 2.0.0 has accidentally been published during testing already.
914

1015

1116
## [2.0.0](https://github.com/panodata/grafana-client/compare/1.0.3...2.0.0) (2022-02-03)

0 commit comments

Comments
 (0)