File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77
88## [ Unreleased] - Date
9+ ## [ 0.5.1] - 2024-06-22
910### Fixed
1011- Documentation pipeline issue
1112
@@ -244,7 +245,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244245 the database
245246- Matlab-Exporter
246247
247- [ Unreleased ] : https://github.com/upb-lea/transistordatabase/compare/0.5.0...HEAD
248+ [ Unreleased ] : https://github.com/upb-lea/transistordatabase/compare/0.5.1...HEAD
249+ [ 0.5.1 ] : https://github.com/upb-lea/transistordatabase/compare/0.5.0...0.5.1
248250[ 0.5.0 ] : https://github.com/upb-lea/transistordatabase/compare/0.4.1...0.5.0
249251[ 0.4.1 ] : https://github.com/upb-lea/transistordatabase/compare/0.4.0...0.4.1
250252[ 0.4.0 ] : https://github.com/upb-lea/transistordatabase/compare/0.3.3...0.4.0
Original file line number Diff line number Diff line change 2121author = 'LEA-UPB'
2222
2323# The full version, including alpha/beta/rc tags
24- release = '0.5.0 '
24+ release = '0.5.1 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 6868 "Documentation" : "https://upb-lea.github.io/transistordatabase/main/transistordatabase.html" ,
6969 "Source Code" : "https://github.com/upb-lea/transistordatabase" ,
7070 },
71- version = '0.5.0 ' ,
71+ version = '0.5.1 ' ,
7272 zip_safe = False ,
7373 data_files = [('' , ['CHANGELOG.md' ])]
7474)
Original file line number Diff line number Diff line change 11"""Transistor database package file."""
2- __version__ = "0.5.0 "
2+ __version__ = "0.5.1 "
33from transistordatabase .constants import *
44from transistordatabase .mongodb_handling import *
55from transistordatabase .checker_functions import *
You can’t perform that action at this time.
0 commit comments