Skip to content

Commit

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


## [Unreleased]

## [0.5.3] - 2024-05-23
### Added
- Conductor placing strategies

## [0.5.2] - 2024-04-30
### Added
Expand Down Expand Up @@ -138,7 +140,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add femmt/SolidComp.py
- add femmt/CompRes.py

[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.5.1...HEAD
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.5.3...HEAD
[0.5.3]: https://github.com/upb-lea/transistordatabase/compare/0.5.3...0.5.2
[0.5.2]: https://github.com/upb-lea/transistordatabase/compare/0.5.2...0.5.1
[0.5.1]: https://github.com/upb-lea/transistordatabase/compare/0.5.1...0.5.0
[0.5.0]: https://github.com/upb-lea/transistordatabase/compare/0.5.0...0.4.0
[0.4.0]: https://github.com/upb-lea/transistordatabase/compare/0.4.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'LEA-UPB'

# The full version, including alpha/beta/rc tags
release = '0.5.2'
release = '0.5.3'

# -- General configuration ---------------------------------------------------

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

0 comments on commit 9242235

Please sign in to comment.