Skip to content

Commit 1254d58

Browse files
author
github-actions
committed
3.1.1
Automatically generated by python-semantic-release
1 parent aa08b13 commit 1254d58

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v3.1.1 (2024-05-23)
4+
5+
### Fix
6+
7+
- Missing classmethod decorator on find_device_by_address (#47) ([`aa08b13`](https://github.com/Bluetooth-Devices/habluetooth/commit/aa08b136660cddea7c356274c21f20b6d0eef1fa))
8+
39
## v3.1.0 (2024-05-22)
410

511
### Feature

docs/conf.py

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

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "habluetooth"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "High availability Bluetooth"
55
authors = ["J. Nick Koston <bluetooth@koston.org>"]
66
license = "Apache Software License 2.0"

src/habluetooth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.1.1"
22

33
from .advertisement_tracker import (
44
TRACKER_BUFFERING_WOBBLE_SECONDS,

0 commit comments

Comments
 (0)