Skip to content

Commit

Permalink
馃殌 5.0.1 release (#757)
Browse files Browse the repository at this point in the history
* release commit

* grammar

---------

Co-authored-by: Alexandre Boisselet <alexabois@gmail.com>
  • Loading branch information
OrtnerMichael and Alexboiboi committed Apr 12, 2024
1 parent 7459fd5 commit ccf11c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ All notable changes to magpylib are documented here.

# Changelog

## [5.0.1] - 2024-04-12
- Fixed a bug where `getBHJM` of a Collection would produce one extra dimension ([#753](https://github.com/magpylib/magpylib/issues/753))
- Fixed a bug where the legend of a deeply nested Collection would be wrong ([#756](https://github.com/magpylib/magpylib/issues/756))

## [5.0.0] - 2024-03-13
### 鈿狅笍 Breaking Changes 鈿狅笍
- The Magpylib inputs and outputs are now in **SI Units**.
Expand Down Expand Up @@ -452,7 +456,8 @@ The first official release of the magpylib library.

---

[5.0.0]:https://github.com/magpylib/magpylib/compare/4.5.1...HEAD
[5.0.1]:https://github.com/magpylib/magpylib/compare/5.0.0...HEAD
[5.0.0]:https://github.com/magpylib/magpylib/compare/4.5.1...5.0.0
[4.5.1]:https://github.com/magpylib/magpylib/compare/4.5.0...4.5.1
[4.5.0]:https://github.com/magpylib/magpylib/compare/4.4.0...4.5.0
[4.4.1]:https://github.com/magpylib/magpylib/compare/4.4.0...4.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -136,7 +136,7 @@ A valid software citation could be
author = {{Michael-Ortner et al.}},
title = {magpylib},
url = {https://magpylib.readthedocs.io/en/latest/},
version = {5.0.0},
version = {5.0.1},
date = {2023-06-25},
}
```
2 changes: 1 addition & 1 deletion magpylib/__init__.py
Expand Up @@ -28,7 +28,7 @@
"""
# module level dunders
__version__ = "5.0.0"
__version__ = "5.0.1"
__author__ = "Michael Ortner & Alexandre Boisselet"
__credits__ = "The Magpylib community"
__all__ = [
Expand Down

0 comments on commit ccf11c3

Please sign in to comment.