File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.26.2 (2025-03-22)
5+
6+ ### Bug Fixes
7+
8+ - Use project.license key
9+ ([ #127 ] ( https://github.com/Bluetooth-Devices/bluetooth-data-tools/pull/127 ) ,
10+ [ ` 6aa523e ` ] ( https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/6aa523efe000a32d20f7b8e86bc48cd7251998f1 ) )
11+
12+ ### Chores
13+
14+ - ** pre-commit.ci** : Pre-commit autoupdate
15+ ([ #126 ] ( https://github.com/Bluetooth-Devices/bluetooth-data-tools/pull/126 ) ,
16+ [ ` d28efe3 ` ] ( https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/d28efe360636966287066d01c498b8607cb27596 ) )
17+
18+
419## v1.26.1 (2025-03-15)
520
621### Bug Fixes
Original file line number Diff line number Diff line change 77project = "bluetooth-data-tools"
88copyright = "2023, J. Nick Koston"
99author = "J. Nick Koston"
10- release = "1.26.1 "
10+ release = "1.26.2 "
1111
1212# General configuration
1313extensions = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[project ]
66name = " bluetooth-data-tools"
7- version = " 1.26.1 "
7+ version = " 1.26.2 "
88license = " Apache-2.0"
99description = " Tools for converting bluetooth data and packets"
1010authors = [{ name = " J. Nick Koston" , email = " nick@koston.org" }]
Original file line number Diff line number Diff line change 2121 short_address ,
2222)
2323
24- __version__ = "1.26.1 "
24+ __version__ = "1.26.2 "
2525
2626
2727__all__ = [
You can’t perform that action at this time.
0 commit comments