Skip to content

Commit 0b241bc

Browse files
author
semantic-release
committed
1.26.2
Automatically generated by python-semantic-release
1 parent 6aa523e commit 0b241bc

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "bluetooth-data-tools"
88
copyright = "2023, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "1.26.1"
10+
release = "1.26.2"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "bluetooth-data-tools"
7-
version = "1.26.1"
7+
version = "1.26.2"
88
license = "Apache-2.0"
99
description = "Tools for converting bluetooth data and packets"
1010
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]

src/bluetooth_data_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
short_address,
2222
)
2323

24-
__version__ = "1.26.1"
24+
__version__ = "1.26.2"
2525

2626

2727
__all__ = [

0 commit comments

Comments
 (0)