Skip to content

Commit

Permalink
v11.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Sep 11, 2024
1 parent f2b54d6 commit 371259e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Unit tests
on:
push:
branches: [ '**' ]
pull_request:

jobs:
linting:
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ambient_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 371259e

Please sign in to comment.