From 371259e152fe009ba78062e1cc8de08093d5ef1c Mon Sep 17 00:00:00 2001 From: Ronny Vedrilla Date: Wed, 11 Sep 2024 15:44:03 +0200 Subject: [PATCH] v11.2.4 --- .github/workflows/ci.yml | 1 + CHANGES.md | 3 +++ ambient_toolbox/__init__.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1df4a89..cc3dbdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: Unit tests on: push: branches: [ '**' ] + pull_request: jobs: linting: diff --git a/CHANGES.md b/CHANGES.md index 9b2da6b..9570c9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +**11.2.4** (2024-09-11) + * Added GitHub action trigger for PRs + **11.2.3** (2024-09-11) * Fixed coverage setup due to GitHub changes * Optimised sentry helper tests to make them version agnostic diff --git a/ambient_toolbox/__init__.py b/ambient_toolbox/__init__.py index 84202ee..71b54f0 100644 --- a/ambient_toolbox/__init__.py +++ b/ambient_toolbox/__init__.py @@ -1,3 +1,3 @@ """Python toolbox of Ambient Digital containing an abundance of useful tools and gadgets.""" -__version__ = "11.2.3" +__version__ = "11.2.4"