diff --git a/CHANGES.rst b/CHANGES.rst index 9a00a3a..658988e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of threedi-schema =================================================== -0.214.5 (unreleased) +0.214.5 (2023-02-16) -------------------- - Add SQLAlchemy 2.0 support and drop 1.3 support. diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 9afe0b7..9dd7317 100644 --- a/threedi_schema/__init__.py +++ b/threedi_schema/__init__.py @@ -2,5 +2,5 @@ from .domain import constants, custom_types, models # NOQA # fmt: off -__version__ = '0.214.5.dev0' +__version__ = '0.214.5' # fmt: on