Skip to content

Commit 2893b14

Browse files
committed
Release 0.7.2
1 parent 8fd5866 commit 2893b14

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

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

4+
Version 0.7.2 (2024-06-14):
5+
---------------------------
6+
7+
- Django 5.0 and 5.1 support
8+
- Allow overriding queryset.count() with two additional methods
9+
10+
Many thanks to all the contributors on this release !
11+
412
Version 0.7.1 (2024-03-06):
513
---------------------------
614

rest_framework_datatables/__init__.py

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

0 commit comments

Comments
 (0)