Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Sep 8, 2021
1 parent 8c72973 commit 1aad642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

[Unreleased]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.1...HEAD
[0.1.2]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/upb-lea/FEM_Magnetics_Toolbox/compare/0.1.0...0.1.0



2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"Documentation": "https://github.com/upb-lea/FEM_Magnetics_Toolbox",
"Source Code": "https://github.com/upb-lea/FEM_Magnetics_Toolbox",
},
version='0.1.1',
version='0.1.2',
zip_safe=False,
data_files=[('', ['CHANGELOG.md'])]
)

0 comments on commit 1aad642

Please sign in to comment.