Skip to content

Commit

Permalink
1.10.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 18, 2023
1 parent 2792c58 commit a07d5bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.10.4 (2023-10-18)

### Fix

* Reduce size of wheels by excluding generated .c files ([#27](https://github.com/home-assistant-libs/home-assistant-bluetooth/issues/27)) ([`2792c58`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/2792c5858a4db350e37c71cead5be972b6dfbac2))

## v1.10.3 (2023-08-27)

### Fix
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 = "home-assistant-bluetooth"
version = "1.10.3"
version = "1.10.4"
description = "Home Assistant Bluetooth Models and Helpers"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/home_assistant_bluetooth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.10.3"
__version__ = "1.10.4"

from .models import (
SOURCE_LOCAL,
Expand Down

0 comments on commit a07d5bc

Please sign in to comment.