Skip to content

Commit

Permalink
bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Oct 31, 2021
1 parent c83daa6 commit 9a495d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,12 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [1.2.0] - 2021-10-31

### Added
- Add template regions, i.e. a region with a `Hexahedron()` element and a quadrature scheme `GaussLegendre(order=1, dim=3)` as `RegionHexahedron`, etc.
- Add biaxial and planar loadcases (like uniaxial).
- Add a minimal README-example (Hello FElupe!).

### Changed
- Deactivate clamped boundary (`clamped=False`) as default option for uniaxial loading `dof.uniaxial`
Expand Down
2 changes: 1 addition & 1 deletion felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.2.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 = "1.1.0"
version = "1.2.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 = 1.1.0
version = 1.2.0
author = Andreas Dutzler
author_email = [email protected]
description = Finite Element Analysis
Expand Down

0 comments on commit 9a495d8

Please sign in to comment.