Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Aug 12, 2024
1 parent 36f1027 commit 04dcdbe
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 @@ -33,6 +33,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

**3.2.1**
* Fixed test matrix

**3.2.0**
* Added Django 5.1 support

Expand Down
2 changes: 1 addition & 1 deletion django_dynamic_admin_forms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Add simple dynamic interaction to the otherwise static django admin."""

__version__ = "3.2.0"
__version__ = "3.2.1"

0 comments on commit 04dcdbe

Please sign in to comment.