Skip to content

Commit 2f8a649

Browse files
committed
Bump to version 2.2.1
1 parent 5ea4352 commit 2f8a649

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)
44

5+
### 2.2.1
6+
- Fix: With setting `DEBUG = True`, loading the unminimized JavaScript files failed. They now are added during build
7+
time.
8+
59
### 2.2
610
- Add support for Django-5.0
711
- Drop support for Python-3.12

adminsortable2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2'
1+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)