From 6e5116f3bad344e3804b49e2892c00a2862e34a5 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 11 Sep 2023 16:53:09 +0200 Subject: [PATCH 1/2] bump version to 4.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 510be3b2..216b0a02 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ # note: release candidates should be versioned as a pre-release, e.g. "1.1rc1" # 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware -VERSION = '4.8.0' +VERSION = '4.8.1' # Utility function to read README file From a59ae2ec23daa1bcf8fbc9aa47abbb17a5ceece4 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 11 Sep 2023 17:28:30 +0200 Subject: [PATCH 2/2] update linting CI workflow --- .github/workflows/linting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 6cda4340..2845578d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -7,12 +7,12 @@ concurrency: jobs: python-linting: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.8