Skip to content

Commit 40ed36f

Browse files
committed
Bump up version number
1 parent 41876d8 commit 40ed36f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ with respect to documented and/or tested features.
211211

212212
### Unreleased
213213

214+
## [8.0.0] - 2022-12-16
215+
214216
- Removed: The deprecated `Basis.find_dofs` method, see `Basis.get_dofs` for a
215217
replacement
216218
- Added: Renamed `ElementTetN0` to `ElementTriN1` and added alias for backwards

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scikit-fem
3-
version = 7.0.1
3+
version = 8.0.0
44
author = Tom Gustafsson
55
description = Simple finite element assemblers
66
url = https://github.com/kinnala/scikit-fem
@@ -21,6 +21,7 @@ classifiers =
2121
Programming Language :: Python :: 3.8
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
24+
Programming Language :: Python :: 3.11
2425
Topic :: Scientific/Engineering
2526
Topic :: Utilities
2627

0 commit comments

Comments
 (0)