Skip to content

Commit

Permalink
bump version string to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Sep 30, 2021
1 parent 2d4e298 commit 6600af4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
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] - 2021-09-28
## [Unreleased]

## [0.2.13] - 2021-09-30
### Added
- #37: Function to calculate thermal parameters from given thermal curve
- scipy curve fitting method is utilized to extract thermal parameters
Expand Down Expand Up @@ -147,7 +149,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.2.12...HEAD
[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.2.13...HEAD
[0.2.13]: https://github.com/upb-lea/transistordatabase/compare/0.2.12...0.2.13
[0.2.12]: https://github.com/upb-lea/transistordatabase/compare/0.2.11...0.2.12
[0.2.11]: https://github.com/upb-lea/transistordatabase/compare/0.2.10...0.2.11
[0.2.10]: https://github.com/upb-lea/transistordatabase/compare/0.2.9...0.2.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Documentation": "https://upb-lea.github.io/transistordatabase/main/transistordatabase.html",
"Source Code": "https://github.com/upb-lea/transistordatabase",
},
version='0.2.12',
version='0.2.13',
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.2.12'
release = '0.2.13'

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

Expand Down

0 comments on commit 6600af4

Please sign in to comment.