Skip to content

Commit 12ca9d3

Browse files
committed
Release
1 parent bbdaf4c commit 12ca9d3

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.19.1 (2025-10-29)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
* Restored Python 3.11 support that was accidentally broken with an advanced f-string
8+
9+
410
7.19.0 (2025-10-23)
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.19.0'
1+
__version__ = '7.19.1'
22

33
from functools import wraps
44

0 commit comments

Comments
 (0)