From 64c2a9ff60625d26b81baa41a1b6a8716069bdd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:06:01 +0000 Subject: [PATCH] chore(master): release 1.6.7 --- .release-please-manifest.json | 2 +- LoopStructural/CHANGELOG.md | 8 ++++++++ LoopStructural/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c468185..d4c4c448 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "LoopStructural": "1.6.6" + "LoopStructural": "1.6.7" } diff --git a/LoopStructural/CHANGELOG.md b/LoopStructural/CHANGELOG.md index 62d12401..2b141e52 100644 --- a/LoopStructural/CHANGELOG.md +++ b/LoopStructural/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.7](https://github.com/Loop3D/LoopStructural/compare/v1.6.6...v1.6.7) (2025-02-03) + + +### Bug Fixes + +* fault orientation init as empty df rather than nan ([c004d9f](https://github.com/Loop3D/LoopStructural/commit/c004d9f84e65a636faa0566c26797749a42da577)) +* update matplotlib cmap for deprecation ([#215](https://github.com/Loop3D/LoopStructural/issues/215)) ([8d7e9f9](https://github.com/Loop3D/LoopStructural/commit/8d7e9f9e6f873befd705473dcacbec0492f85187)) + ## [1.6.6](https://github.com/Loop3D/LoopStructural/compare/v1.6.5...v1.6.6) (2025-01-23) diff --git a/LoopStructural/version.py b/LoopStructural/version.py index 3b4d1c14..64206c43 100644 --- a/LoopStructural/version.py +++ b/LoopStructural/version.py @@ -1 +1 @@ -__version__ = "1.6.6" +__version__ = "1.6.7"