Skip to content

Commit 04dcdbe

Browse files
committed
v3.2.1
1 parent 36f1027 commit 04dcdbe

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
exclude:
3434
- python-version: '3.9'
3535
django-version: 50
36+
- python-version: '3.9'
37+
django-version: 51
3638

3739
steps:
3840
- uses: actions/checkout@v4

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
**3.2.1**
4+
* Fixed test matrix
5+
36
**3.2.0**
47
* Added Django 5.1 support
58

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Add simple dynamic interaction to the otherwise static django admin."""
22

3-
__version__ = "3.2.0"
3+
__version__ = "3.2.1"

0 commit comments

Comments
 (0)