Skip to content

Commit 4a0cc8e

Browse files
committed
Bump up version number
1 parent 7a6183b commit 4a0cc8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
209209
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
210210
with respect to documented and/or tested features.
211211

212+
### [10.0.1] - 2024-08-06
213+
214+
- Fixed: `Mesh.load` returned incorrect orientation for some Gmsh
215+
meshes with tagged interfaces
216+
212217
### [10.0.0] - 2024-07-25
213218

214219
- Fixed: `Mesh.p2e` returned incorrect incidence

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scikit-fem
3-
version = 10.0.0
3+
version = 10.0.1
44
author = Tom Gustafsson
55
description = Simple finite element assemblers
66
url = https://github.com/kinnala/scikit-fem

0 commit comments

Comments
 (0)