From 26781bf08beb713cbd928cc25860fef5d6c24c57 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Thu, 23 Jan 2025 12:35:36 +0100 Subject: [PATCH] Preparing release 0.230.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 568c4e1..47cfc7e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of threedi-schema =================================================== -0.230.2 (unreleased) +0.230.2 (2025-01-23) -------------------- - Modify model names such that sqlite table names match to model names diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 538cb80..4a0bbaf 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.230.2.dev0' +__version__ = '0.230.2' # fmt: on