From ebc23087b4517bcf0d743565e308f33cfb8d65b6 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Tue, 22 Mar 2022 08:39:21 +0100 Subject: [PATCH 1/2] Update the release version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4561168..b87ba74 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="grafana-api-sdk", - version="0.0.2", + version="0.0.3", author="Pascal Zimmermann", author_email="info@theiotstudio.com", description="A Grafana API SDK", From 5dcae74a9488bc30db29c890359a14fe3302cfcc Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Tue, 22 Mar 2022 10:06:10 +0100 Subject: [PATCH 2/2] Update pull-request-checks.yml --- .github/workflows/pull-request-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 643a0d5..0006f3b 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -91,7 +91,7 @@ jobs: run: coverage-badge -f -o docs/coverage.svg - name: Generate documentation - run: pydoc-markdown --render-toc && mv build/docs/* docs + run: pydoc-markdown --render-toc && rm -rf docs/content && mv build/docs/* docs - name: Check changed files uses: tj-actions/verify-changed-files@v8.8 @@ -114,4 +114,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.head_ref }} - force: true \ No newline at end of file + force: true