Skip to content

Commit

Permalink
Bump to version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 15, 2024
1 parent 061ef2d commit 39f26bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

### 2.2.4
- Fix: Selected ordering is not always preserved when using "Save as new" in inline admin.

### 2.2.3
- Add compatibility for Django-5.1

Expand Down
2 changes: 1 addition & 1 deletion adminsortable2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.3'
__version__ = '2.2.4'

0 comments on commit 39f26bc

Please sign in to comment.