We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901d053 commit a299039Copy full SHA for a299039
2 files changed
HISTORY.rst
@@ -1,6 +1,12 @@
1
Changelog
2
---------
3
4
+7.15.0 (2025-09-02)
5
+~~~~~~~~~~~~~~~~~~~
6
+
7
+* New debug tool: Code finder. Use this tool to jump to a place in your template close to the html element you click on.
8
9
+* Removed an incorrect `form-select` CSS class on `<select>` elements for bootstrap5.
10
11
7.14.5 (2025-08-02)
12
~~~~~~~~~~~~~~~~~~~
iommi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '7.14.5'
+__version__ = '7.15.0'
from functools import wraps
0 commit comments