File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- 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
13
12
uses : actions/setup-python@v2
14
13
with :
15
- python-version : 3.7
14
+ python-version : 3.9
16
15
17
16
- name : Install pypa/build
18
17
run : pip install build
Original file line number Diff line number Diff line change 3
3
## in progress
4
4
5
5
6
+ ## 2.0.2 (2022-02-03)
7
+
8
+ * Another release fixup, because GHA still wants to build 2.0.0.
9
+
10
+
6
11
## 2.0.1 (2022-02-03)
7
12
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.
9
14
10
15
11
16
## [ 2.0.0] ( https://github.com/panodata/grafana-client/compare/1.0.3...2.0.0 ) (2022-02-03)
You can’t perform that action at this time.
0 commit comments