Skip to content

Commit 70f1135

Browse files
committed
Bump to version 2.2.6
1 parent e7edd1f commit 70f1135

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

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

5+
### 2.2.6
6+
- Fix adding new models with inlines: automatically set order of new entries.
7+
58
### 2.2.5
69
- Fix sorting in parallel requests.
710
- Add support for Python 3.13.

adminsortable2/__init__.py

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

0 commit comments

Comments
 (0)