diff --git a/README.md b/README.md index ae00f27a..ed3a2011 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/felupe/__about__.py b/felupe/__about__.py index 6849410a..c68196d1 100644 --- a/felupe/__about__.py +++ b/felupe/__about__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0" diff --git a/pyproject.toml b/pyproject.toml index da470704..c7a183f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.cfg b/setup.cfg index 23bbf9ba..ff1e9beb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = felupe -version = 1.1.0 +version = 1.2.0 author = Andreas Dutzler author_email = a.dutzler@gmail.com description = Finite Element Analysis