Skip to content

Commit 30a7138

Browse files
committed
Release
1 parent 53b7513 commit 30a7138

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

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

4+
7.22.0 (2025-12-28)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
* New drag&drop file uploader shortcuts for `Form`: `Field.dropfile`/`Field.dropimage`
8+
9+
* `MainMenu` and `M` are not available to import straight from `iommi`
10+
11+
412
7.21.3 (2025-12-04)
513
~~~~~~~~~~~~~~~~~~~
614

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.3'
1+
__version__ = '7.22.0'
22

33
from functools import wraps
44

0 commit comments

Comments
 (0)