From 48df3da4af2b5c74b75de129f203b46b6dc2b5ca Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Thu, 16 Jan 2025 12:06:55 +0100 Subject: [PATCH] Preparing release 0.229.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 268188f..0d2702e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of threedi-schema =================================================== -0.229.2 (unreleased) +0.229.2 (2025-01-16) -------------------- - Rewrite geopackage conversion to use gdal.VectorTranslate instead of ogr2ogr diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index b61df8a..235f8e8 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.229.2.dev0' +__version__ = '0.229.2' # fmt: on