Skip to content

Commit

Permalink
Set version tag to 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed May 28, 2024
1 parent ce15373 commit 6d6af7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion src/felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.6.0-dev"
__version__ = "8.6.0"

0 comments on commit 6d6af7b

Please sign in to comment.