Skip to content

Commit

Permalink
v24.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Aug 12, 2024
1 parent 9e4851b commit d2a1fed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**24.8.2 (2024-08-12)**
* Added test matrix exception for Python 3.9 and Django 5.1

**24.8.1 (2024-08-12)**
* Added Django 5.1 support
* Linter updates
Expand Down
2 changes: 1 addition & 1 deletion ambient_package_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ambient package update tool for clean and swift maintenance"""

__version__ = "24.8.1"
__version__ = "24.8.2"
2 changes: 2 additions & 0 deletions ambient_package_update/templates/.github/workflows/ci.yml.tpl
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

0 comments on commit d2a1fed

Please sign in to comment.