Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 18, 2022
1 parent 9ee81c7 commit 97979c6
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.6.2 (2022-09-18)
### Fix
* Handle more garage data ([#9](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/9)) ([`9ee81c7`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/9ee81c7ffed6dd0877116f95c6f5f9879a453910))

## v0.6.1 (2022-09-18)
### Fix
* Round distance ([#8](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/8)) ([`4abfe18`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/4abfe18c7486db36dc061c0955b1e1b82e384fb7))
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 = "ibeacon-ble"
version = "0.6.1"
version = "0.6.2"
description = "Parser for iBeacon devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/ibeacon_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
IBEACON_FIRST_BYTE = 0x02
IBEACON_SECOND_BYTE = 0x15

__version__ = "0.6.1"
__version__ = "0.6.2"

__all__ = [
"parse",
Expand Down

0 comments on commit 97979c6

Please sign in to comment.