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 Jun 22, 2024
1 parent d506079 commit 22d97b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased] - Date
## [0.5.1] - 2024-06-22
### Fixed
- Documentation pipeline issue

Expand Down Expand Up @@ -244,7 +245,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.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.0...0.5.1
[0.5.0]: https://github.com/upb-lea/transistordatabase/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/upb-lea/transistordatabase/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/upb-lea/transistordatabase/compare/0.3.3...0.4.0
Expand Down
2 changes: 1 addition & 1 deletion docs/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.5.0'
release = '0.5.1'

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"Documentation": "https://upb-lea.github.io/transistordatabase/main/transistordatabase.html",
"Source Code": "https://github.com/upb-lea/transistordatabase",
},
version='0.5.0',
version='0.5.1',
zip_safe=False,
data_files=[('', ['CHANGELOG.md'])]
)
2 changes: 1 addition & 1 deletion transistordatabase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Transistor database package file."""
__version__ = "0.5.0"
__version__ = "0.5.1"
from transistordatabase.constants import *
from transistordatabase.mongodb_handling import *
from transistordatabase.checker_functions import *
Expand Down

0 comments on commit 22d97b7

Please sign in to comment.