Skip to content

Commit 1aad642

Browse files
committed
bump version to 0.1.2
1 parent 8c72973 commit 1aad642

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.1.2] - 08.08.2021
9+
## [0.1.2] - 2021-08-08
1010
### Updated
1111
- updated strand approximation
12+
### Added
1213
- add option for dedicated stray path
1314
- add complex permeability and permitivity for core materials for Core Loss estimation
1415
- add iGSE and GSE for Core Loss estimation
@@ -48,7 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4849
- add femmt/CompRes.py
4950

5051
[Unreleased]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.1...HEAD
52+
[0.1.2]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.1...0.1.2
5153
[0.1.1]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.0...0.1.1
5254
[0.1.0]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.0...0.1.0
5355

5456

57+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"Documentation": "https://github.com/upb-lea/FEM_Magnetics_Toolbox",
5858
"Source Code": "https://github.com/upb-lea/FEM_Magnetics_Toolbox",
5959
},
60-
version='0.1.1',
60+
version='0.1.2',
6161
zip_safe=False,
6262
data_files=[('', ['CHANGELOG.md'])]
6363
)

0 commit comments

Comments
 (0)