diff --git a/HISTORY.rst b/HISTORY.rst index 1da973fa..6ffdf753 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ Changelog --------- +7.7.1 (2024-11-20) +~~~~~~~~~~~~~~~~~~ + +* Added back `extra__is_create` + +* SQL trace: links to switch SQL trace output mode easily + + 7.7.0 (2024-10-22) ~~~~~~~~~~~~~~~~~~ diff --git a/iommi/__init__.py b/iommi/__init__.py index 1c952829..f091183b 100644 --- a/iommi/__init__.py +++ b/iommi/__init__.py @@ -1,4 +1,4 @@ -__version__ = '7.7.0' +__version__ = '7.7.1' from functools import wraps