From 08f8eb1299a3417ac3f7007de26aa84ccd242ef2 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Fri, 31 Jan 2025 12:09:48 +0100 Subject: [PATCH] Back to development: 0.300.7 --- CHANGES.rst | 6 ++++++ threedi_schema/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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