Skip to content

Commit

Permalink
Preparing release 0.218.0
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Jan 8, 2024
1 parent fdc1a37 commit 9584fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion threedi_schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9584fe9

Please sign in to comment.