Skip to content

Commit

Permalink
bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Mar 20, 2022
1 parent 904a36e commit 1337040
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.3.3] - 2021-03-20
### Changed
- do not re-assign r_th and c_th values when loading/creating a transistor object (do not run calc_thermal_params())
- Workaround for brocken export_datasheet(): temporary only html-files available instead of pdf-files
Expand Down Expand Up @@ -204,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the database
- Matlab-Exporter

[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.3.2...HEAD
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.3.3...HEAD
[0.3.3]: https://github.com/upb-lea/transistordatabase/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/upb-lea/transistordatabase/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/upb-lea/transistordatabase/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/upb-lea/transistordatabase/compare/0.2.14...0.3.0
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/transistordatabase/main/transistordatabase.html",
"Source Code": "https://github.com/upb-lea/transistordatabase",
},
version='0.3.2',
version='0.3.3',
zip_safe=False,
data_files=[('', ['CHANGELOG.md'])]
)
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'LEA-UPB'

# The full version, including alpha/beta/rc tags
release = '0.3.2'
release = '0.3.3'

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

Expand Down

0 comments on commit 1337040

Please sign in to comment.