Skip to content

Commit a299039

Browse files
committed
Release
1 parent 901d053 commit a299039

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.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.
410

511
7.14.5 (2025-08-02)
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.14.5'
1+
__version__ = '7.15.0'
22

33
from functools import wraps
44

0 commit comments

Comments
 (0)