diff --git a/CHANGES.rst b/CHANGES.rst index 328571a..b013dc3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog of threedi-schema =================================================== -0.217.14 (unreleased) ---------------------- +0.218.0 (2024-01-08) +-------------------- - Add parameters vegetation_stem_density, vegetation_stem_diameter, vegetation_height and vegetation_drag_coefficient to CrossSectionLocation - Add parameters friction_values, vegetation_stem_densities, vegetation_stem_diameters, vegetation_heights and vegetation_drag_coefficients to CrossSectionDefinition diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 199d3da..1fd0f94 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.217.14.dev0' +__version__ = '0.218.0' # fmt: on