Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 3, 2024
1 parent c300f73 commit d6e80c5
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

## v3.0.1 (2024-05-03)

### Fix

- Ensure lazy advertisement uses none when name is not present (#44) ([`c300f73`](https://github.com/Bluetooth-Devices/habluetooth/commit/c300f73ba82d3549ea4c156ef11023e9478c8b6c))

## v3.0.0 (2024-05-02)

### Breaking
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 = "3.0.0"
release = "3.0.1"

# 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 = "3.0.0"
version = "3.0.1"
description = "High availability Bluetooth"
authors = ["J. Nick Koston <bluetooth@koston.org>"]
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__ = "3.0.0"
__version__ = "3.0.1"

from .advertisement_tracker import (
TRACKER_BUFFERING_WOBBLE_SECONDS,
Expand Down

0 comments on commit d6e80c5

Please sign in to comment.