Skip to content

Commit a50b77f

Browse files
committed
Release
1 parent ade5cb6 commit a50b77f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

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

4+
7.21.3 (2025-12-04)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
* Allow `Column.sortable=True` override. This allows you to turn on sorting for annotated columns
8+
9+
410
7.21.2 (2025-12-03)
511
~~~~~~~~~~~~~~~~~~~
612

iommi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '7.21.2'
1+
__version__ = '7.21.3'
22

33
from functools import wraps
44

0 commit comments

Comments
 (0)