Skip to content

Commit f7dbf37

Browse files
committed
🚀 release 0.2.1a0
1 parent a876015 commit f7dbf37

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# 0.2.1a0
3+
* Fix null polarization for rotated objects ([#7](https://github.com/magpylib/magpylib-material-response/pull/7))
4+
* Fix docs not building ([#6](https://github.com/magpylib/magpylib-material-response/pull/6))
5+
26
# 0.2.0a0
3-
* update to magpylib v5 ([#4](https://github.com/magpylib/magpylib-material-response/pull/4))
4-
* renaming xi->susceptibility ([#5](https://github.com/magpylib/magpylib-material-response/pull/5))
7+
* renaming xi->susceptibility ([#5](https://github.com/magpylib/magpylib-material-response/pull/5))
8+
* update to magpylib v5 ([#4](https://github.com/magpylib/magpylib-material-response/pull/4))

magpylib_material_response/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
analysis for soft materials and demagnetization of hard magnets. Leveraging the Method
33
of Moments, it calculates magnetic material response with high precision."""
44

5-
__version__ = "0.2.0a0"
5+
__version__ = "0.2.1a0"

0 commit comments

Comments
 (0)