From 1e5eacc8cc04099d52811e5e264d5dccf74f4f67 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Fri, 16 Aug 2024 14:09:51 +0200 Subject: [PATCH] Back to development: 0.224.1 --- CHANGES.rst | 6 ++++++ threedi_schema/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a1e2857..ee13721 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changelog of threedi-schema =================================================== +0.224.1 (unreleased) +-------------------- + +- Nothing changed yet. + + 0.224.0 (2024-08-16) -------------------- diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 2697310..f666b11 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.224.0' +__version__ = '0.224.1.dev0' # fmt: on