diff --git a/CHANGES.rst b/CHANGES.rst index ef57f29..b9966ea 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog of threedi-schema =================================================== -- 0.218.1 (unreleased) --------------------- +0.219 (2024-01-25) +------------------ - Make CrossSectionLocation.friction_value nullable diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 693bf06..2386d9a 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.218.1.dev0' +__version__ = '0.219' # fmt: on