From 15288389e6618d91f1ffae35bd362dbde2af4920 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 04:51:19 +0000 Subject: [PATCH] chore: release 1.3.10 --- CHANGELOG.md | 12 ++++++++++++ LoopStructural/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b843174..5f2e0ccd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [1.3.10](https://www.github.com/Loop3D/LoopStructural/compare/v1.3.9...v1.3.10) (2021-11-10) + + +### Bug Fixes + +* conda build for all python ([04757b5](https://www.github.com/Loop3D/LoopStructural/commit/04757b506a095a3d53b914f951305c9f34da1a0d)) + + +### Documentation + +* fixing documentation autobuild ([54e0bc9](https://www.github.com/Loop3D/LoopStructural/commit/54e0bc934a12cdda56c8d5a2112f7f61b2c68412)) + ### [1.3.9](https://www.github.com/Loop3D/LoopStructural/compare/v1.3.8...v1.3.9) (2021-11-10) diff --git a/LoopStructural/version.py b/LoopStructural/version.py index 9dea47f9f..a166b6f5e 100644 --- a/LoopStructural/version.py +++ b/LoopStructural/version.py @@ -1 +1 @@ -__version__ = '1.3.9' \ No newline at end of file +__version__ = '1.3.10' \ No newline at end of file