From c8211c9eb0335109b3d0fc988c3dc2f8f0110d6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 02:24:46 +0000 Subject: [PATCH] chore(master): release 1.5.8 --- CHANGELOG.md | 7 +++++++ LoopStructural/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2443a978..05636348a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.8](https://github.com/Loop3D/LoopStructural/compare/v1.5.7...v1.5.8) (2023-01-24) + + +### Bug Fixes + +* force version bump again ([a38f60d](https://github.com/Loop3D/LoopStructural/commit/a38f60d79a95c12e5a4f45cb9359569e710781cf)) + ## [1.5.7](https://github.com/Loop3D/LoopStructural/compare/v1.5.6...v1.5.7) (2023-01-23) diff --git a/LoopStructural/version.py b/LoopStructural/version.py index 07435e0c0..498817287 100644 --- a/LoopStructural/version.py +++ b/LoopStructural/version.py @@ -1 +1 @@ -__version__ = "1.5.7" +__version__ = "1.5.8"