diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9d222a..ca55d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGES.md b/CHANGES.md index 21c7cfd..6d6487c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/ambient_toolbox/__init__.py b/ambient_toolbox/__init__.py index 3ec7eaf..c90ed7d 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.0" +__version__ = "11.2.1"