Skip to content

Commit

Permalink
bump to v7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 13, 2023
1 parent 35e5c38 commit 280d234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [7.9.0] - 2023-09-13

### Added
- Add `ViewMesh` as method to a mesh `Mesh.view()`. Now a mesh provides the view sub-methods directly, i.e. add `Mesh.plot()` and `Mesh.screenshot(filename="mesh.png")`.

Expand Down
2 changes: 1 addition & 1 deletion src/felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.9.0-dev"
__version__ = "7.9.0"

0 comments on commit 280d234

Please sign in to comment.