Skip to content

Commit

Permalink
v11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Aug 12, 2024
1 parent 53196bb commit 129346c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
exclude:
- python-version: '3.9'
django-version: 50
- python-version: '3.9'
django-version: 51

steps:
- uses: actions/checkout@v4
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.1** (2024-08-12)
* Fixed test matrix

**11.2.0** (2024-08-12)
* Added Django 5.1 support

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.0"
__version__ = "11.2.1"

0 comments on commit 129346c

Please sign in to comment.