From 6d6af7b6a5a1cbc0f4baaa810bc725360ba7bbf1 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Wed, 29 May 2024 00:03:03 +0200 Subject: [PATCH] Set version tag to 8.6.0 --- CHANGELOG.md | 2 ++ src/felupe/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8dca6d..f519c79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] +## [8.6.0] - 2024-05-29 + ### Added - Add the isotropic-hyperelastic `alexander(C1, C2, C2, gamma, k)` material model formulation to be used in `Hyperelastic()`. - Add the isotropic-hyperelastic Micro-Sphere `miehe_goektepe_lulei(mu, N, U, p, q)` material model formulation to be used in `Hyperelastic()`. diff --git a/src/felupe/__about__.py b/src/felupe/__about__.py index 37e09938..6662a1e6 100644 --- a/src/felupe/__about__.py +++ b/src/felupe/__about__.py @@ -1 +1 @@ -__version__ = "8.6.0-dev" +__version__ = "8.6.0"