diff --git a/CHANGES.rst b/CHANGES.rst index b432a822..30309948 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of threedi-modelchecker ================================= -2.10.1 (unreleased) +2.10.1 (2024-08-20) ------------------- - Add check for control_table.action_table contents diff --git a/threedi_modelchecker/__init__.py b/threedi_modelchecker/__init__.py index b3c1e7af..5dc29820 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.1.dev0' +__version__ = '2.10.1' # fmt: on