Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 11, 2023
1 parent 4f4f32d commit 0a33c85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.11.0 (2023-12-11)

### Feature

- Relocate bluetoothserviceinfobleak (#18) ([`4f4f32d`](https://github.com/Bluetooth-Devices/habluetooth/commit/4f4f32d78d6abe21e28171f54ff5f3b17c8fb702))

## v0.10.0 (2023-12-07)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "habluetooth"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
release = "0.10.0"
release = "0.11.0"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "habluetooth"
version = "0.10.0"
version = "0.11.0"
description = "High availability Bluetooth"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/habluetooth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.0"
__version__ = "0.11.0"

from .advertisement_tracker import (
TRACKER_BUFFERING_WOBBLE_SECONDS,
Expand Down

0 comments on commit 0a33c85

Please sign in to comment.