diff --git a/CHANGES.rst b/CHANGES.rst index b40afdf3..27442965 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of threedi-modelchecker ================================= -2.10.4 (unreleased) +2.11.0 (2024-09-09) ------------------- - Adapt modelchecker to work with schema upgrades for boundary conditions and laterals (0.225) diff --git a/threedi_modelchecker/__init__.py b/threedi_modelchecker/__init__.py index 07091f40..2e91676c 100644 --- a/threedi_modelchecker/__init__.py +++ b/threedi_modelchecker/__init__.py @@ -1,5 +1,5 @@ from .model_checks import * # NOQA # fmt: off -__version__ = '2.10.4.dev0' +__version__ = '2.11.0' # fmt: on