Skip to content

Commit

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

## [Unreleased]

## [0.5.1] - 2024-02-06
### Fixed
- Fix documentation issues
- Fix material database dependency issues

## [0.5.0] - 2024-02-06
### Added
Expand Down Expand Up @@ -125,7 +129,8 @@ 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.0...HEAD
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.5.1...HEAD
[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
[0.3.0]: https://github.com/upb-lea/transistordatabase/compare/0.3.0...0.2.1
Expand Down
2 changes: 1 addition & 1 deletion documentation/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.0'
release = '0.5.1'

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

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
'Natural Language :: English',
'Topic :: Scientific/Engineering',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Operating System :: Microsoft :: Windows',
Expand All @@ -47,7 +46,7 @@
'PyQt5>=5.15.6',
'mplcursors>=0.5.1', # TODO Is this necessary?
'deepdiff>=6.2.1', # comparing result dicts for pytests
'materialdatabase==0.1.0',
'materialdatabase==0.2.0',
'optuna',
'plotly'],
license="GNU General Public License v3",
Expand All @@ -66,7 +65,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.0',
version='0.5.1',
zip_safe=False,
data_files=[('', ['CHANGELOG.md'])]
)

0 comments on commit d7a2ed7

Please sign in to comment.