From cd2c470dcff84fb8fabbc859b17c2034f00460db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 03:26:42 +0000 Subject: [PATCH] chore(master): release 1.6.8 --- .release-please-manifest.json | 2 +- LoopStructural/CHANGELOG.md | 7 +++++++ LoopStructural/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4c4c448..f04d71e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "LoopStructural": "1.6.7" + "LoopStructural": "1.6.8" } diff --git a/LoopStructural/CHANGELOG.md b/LoopStructural/CHANGELOG.md index 2b141e52..35f50e0f 100644 --- a/LoopStructural/CHANGELOG.md +++ b/LoopStructural/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.8](https://github.com/Loop3D/LoopStructural/compare/v1.6.7...v1.6.8) (2025-02-20) + + +### Bug Fixes + +* updating scaling for plotting ([#219](https://github.com/Loop3D/LoopStructural/issues/219)) ([78ccbd3](https://github.com/Loop3D/LoopStructural/commit/78ccbd3edbb67d49b4c21222bc066fbdd82c4dac)) + ## [1.6.7](https://github.com/Loop3D/LoopStructural/compare/v1.6.6...v1.6.7) (2025-02-03) diff --git a/LoopStructural/version.py b/LoopStructural/version.py index 64206c43..2382cc11 100644 --- a/LoopStructural/version.py +++ b/LoopStructural/version.py @@ -1 +1 @@ -__version__ = "1.6.7" +__version__ = "1.6.8"