Skip to content

Commit 54ece3d

Browse files
committed
Releasing 4.0.0
1 parent 6c70d4f commit 54ece3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
4.0.0
5+
-----
6+
* `#216`_: Dropped support for outdated versions of Django and Python
7+
* `#215`_: Added support for Django 5.1
8+
9+
.. _#215: https://github.com/jazzband/django-sortedm2m/pull/215
10+
.. _#216: https://github.com/jazzband/django-sortedm2m/pull/215
11+
412
3.1.1
513
-----
614
* `#191`_: Fixed JS bug for popup in Django admin

sortedm2m/__init__.py

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

0 commit comments

Comments
 (0)