From 24f15f07640a1d20821399ba356e89aca46f0a73 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Thu, 3 Oct 2024 08:26:01 +0200 Subject: [PATCH] Back to development: 0.226.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 11ac60a..ce87fe5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changelog of threedi-schema =================================================== +0.226.7 (unreleased) +-------------------- + +- Nothing changed yet. + + 0.226.6 (2024-10-03) -------------------- diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index abc2e97..12b9cc5 100644 --- a/threedi_schema/__init__.py +++ b/threedi_schema/__init__.py @@ -2,5 +2,5 @@ from .domain import constants, custom_types, models # NOQA # fmt: off -__version__ = '0.226.6' +__version__ = '0.226.7.dev0' # fmt: on