diff --git a/README.md b/README.md index f7f8b368..bb4ca635 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) with respect to documented and/or tested features. -### Unreleased +### [10.0.0] - 2024-07-25 - Fixed: `Mesh.p2e` returned incorrect incidence - Fixed: `InteriorFacetBasis.get_dofs` did not return all edge DOFs for 3D elements diff --git a/setup.cfg b/setup.cfg index 95d44fcd..042487f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scikit-fem -version = 9.1.1 +version = 10.0.0 author = Tom Gustafsson description = Simple finite element assemblers url = https://github.com/kinnala/scikit-fem