diff --git a/CHANGES.rst b/CHANGES.rst index ef5cae3..6152710 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changelog of threedi-schema =================================================== +0.300.7 (unreleased) +-------------------- + +- Nothing changed yet. + + 0.300.6 (2025-01-31) -------------------- diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 8336113..e1e96ad 100644 --- a/threedi_schema/__init__.py +++ b/threedi_schema/__init__.py @@ -2,6 +2,6 @@ from .domain import constants, custom_types, models # NOQA # fmt: off -__version__ = '0.300.6' +__version__ = '0.300.7.dev0' # fmt: on