From 93e79cc549554531ec5d1fab5ce407d3e9f79846 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Wed, 4 Dec 2024 10:06:11 +0100 Subject: [PATCH] Preparing release 0.228.2 --- CHANGES.rst | 2 +- threedi_schema/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4da0396..51a7cee 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog of threedi-schema -0.228.2 (unreleased) +0.228.2 (2024-12-04) -------------------- - Significantly speed up migration to schema 228 for schematisations with many 1D components diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 2f30b15..0cd4e3a 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.228.2.dev0' +__version__ = '0.228.2' # fmt: on