From 2519dd6710d4c1d167695b3c39a43a46e352bb51 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Mon, 8 Jan 2024 13:42:10 +0100 Subject: [PATCH] Back to development: 0.218.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 b013dc3..26c4543 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog of threedi-schema =================================================== +0.218.1 (unreleased) +-------------------- + +- Nothing changed yet. + + 0.218.0 (2024-01-08) -------------------- diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 1fd0f94..693bf06 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.218.0' +__version__ = '0.218.1.dev0' # fmt: on