Skip to content

Commit

Permalink
bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Aug 6, 2022
1 parent 4a99cc3 commit bd5a07c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [4.0.0] - 2022-08-07

### Added
- Add `SolidBody.evaluate.kirchhoff_stress()` method. Contrary to the Cauchy stress method, this gives correct results in incompressible plane stress.
- Add `SolidBodyTensor` for tensor-based material definitions with state variables.
Expand Down
2 changes: 1 addition & 1 deletion felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "4.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "felupe"
version = "3.1.0"
version = "4.0.0"
description = "Finite Element Analysis"
readme = "README.md"
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = felupe
version = 3.1.0
version = 4.0.0
author = Andreas Dutzler
author_email = [email protected]
description = Finite Element Analysis
Expand Down

0 comments on commit bd5a07c

Please sign in to comment.