From 541864864bef8fb44f952cf693fad56a41d85951 Mon Sep 17 00:00:00 2001 From: Casper van der Wel Date: Thu, 8 Dec 2022 14:11:00 +0100 Subject: [PATCH] Preparing release 0.34 --- CHANGES.rst | 2 +- threedi_modelchecker/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2edcaae3..ef770f3b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of threedi-modelchecker ================================= -0.34 (unreleased) +0.34 (2022-12-08) ----------------- - Added TABULATED_YZ (7) and INVERTED_EGG (8) cross section definition types. diff --git a/threedi_modelchecker/__init__.py b/threedi_modelchecker/__init__.py index 2997f904..8fa39571 100644 --- a/threedi_modelchecker/__init__.py +++ b/threedi_modelchecker/__init__.py @@ -3,5 +3,5 @@ # fmt: off -__version__ = '0.34.dev0' +__version__ = '0.34' # fmt: on