Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 7, 2023
1 parent 698d3c2 commit b49fea5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.5.3 (2023-02-07)
### Fix
* Account for switching adapter when finding changed_manufacturer_data ([#9](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/9)) ([`698d3c2`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/698d3c202b40ec1b3a654dc8a9ff536ff06243b2))

## v0.5.2 (2023-02-06)
### Fix
* Update isort to fix CI ([#8](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/8)) ([`1f3f186`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/1f3f18619b18f14095bd3e500d9489e7d45dd7ab))
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 = "sensorpro-ble"
version = "0.5.2"
version = "0.5.3"
description = "SensorPro BLE Devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/sensorpro_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import SensorProBluetoothDeviceData

__version__ = "0.5.2"
__version__ = "0.5.3"

__all__ = [
"SensorProBluetoothDeviceData",
Expand Down

0 comments on commit b49fea5

Please sign in to comment.