We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c742913 commit 295bb15Copy full SHA for 295bb15
CHANGES.rst
@@ -2,7 +2,7 @@ Changelog of threedi-schema
2
===================================================
3
4
5
-0.230.0 (unreleased)
+0.230.0 (2025-01-16)
6
--------------------
7
8
- Reproject all geometries to the srid in model_settings.epsg_code
threedi_schema/__init__.py
@@ -2,6 +2,6 @@
from .domain import constants, custom_types, models # NOQA
# fmt: off
-__version__ = '0.230.0.dev2'
+__version__ = '0.230.0'
# fmt: on
0 commit comments