Skip to content

Commit 9568e6c

Browse files
authored
Merge pull request #1167 from nschloe/version-bump
version bump, changelog
2 parents b3630c2 + 3023231 commit 9568e6c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This document only describes _breaking_ changes in meshio. If you are interested
44
fixes, enhancements etc., best follow [the meshio project on
55
GitHub](https://github.com/nschloe/meshio).
66

7+
## v5.0.0 (Aug 06, 2021)
8+
9+
- meshio now only provides one command-line tool, `meshio`, with subcommands like
10+
`info`, `convert`, etc. This replaces the former `meshio-info`, `meshio-convert` etc.
11+
712
## v4.4.0 (Apr 29, 2021)
813

914
- Polygons are now stored as `"polygon"` cell blocks, not `"polygonN"` (where `N` is the

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ authors:
66
orcid: "https://orcid.org/0000-0001-5228-0946"
77
title: "meshio"
88
doi: 10.5281/zenodo.1173115
9-
version: 4.4.6
9+
version: 5.0.0
1010
url: "https://github.com/nschloe/meshio"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = meshio
3-
version = 4.4.6
3+
version = 5.0.0
44
author = Nico Schlömer et al.
55
author_email = [email protected]
66
description = I/O for many mesh formats

0 commit comments

Comments
 (0)