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 d91ef3f commit e367743Copy full SHA for e367743
CHANGES.rst
@@ -2,6 +2,12 @@ Changelog of threedi-schema
2
===================================================
3
4
5
+0.230.4 (unreleased)
6
+--------------------
7
+
8
+- Nothing changed yet.
9
10
11
0.230.3 (2025-01-23)
12
--------------------
13
threedi_schema/__init__.py
@@ -2,6 +2,6 @@
from .domain import constants, custom_types, models # NOQA
# fmt: off
-__version__ = '0.230.3'
+__version__ = '0.230.4.dev0'
# fmt: on
0 commit comments