From 399cacd847f040d8912d65a279fa20ebd8620d88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:58:31 +0000 Subject: [PATCH] chore(main): release 0.1.10 --- CHANGELOG.md | 7 +++++++ loopstructuralvisualisation/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c665a62..65bb627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.9...v0.1.10) (2024-10-23) + + +### Bug Fixes + +* catch case where name is passed but is None ([52ebf0f](https://github.com/Loop3D/loopstructural-visualisation/commit/52ebf0f0fe6ff253e782f8bc2832717df573e0fe)) + ## [0.1.9](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.8...v0.1.9) (2024-10-23) diff --git a/loopstructuralvisualisation/version.py b/loopstructuralvisualisation/version.py index c11f861..569b121 100644 --- a/loopstructuralvisualisation/version.py +++ b/loopstructuralvisualisation/version.py @@ -1 +1 @@ -__version__ = "0.1.9" +__version__ = "0.1.10"