Skip to content

Commit 22d97b7

Browse files
committed
bump version to 0.5.1
1 parent d506079 commit 22d97b7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = '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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
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
)

transistordatabase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Transistor database package file."""
2-
__version__ = "0.5.0"
2+
__version__ = "0.5.1"
33
from transistordatabase.constants import *
44
from transistordatabase.mongodb_handling import *
55
from transistordatabase.checker_functions import *

0 commit comments

Comments
 (0)