Skip to content

Commit

Permalink
1.0.1
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 Oct 22, 2022
1 parent 7debdd7 commit f6973a8
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-->

## v1.0.1 (2022-10-22)
### Fix
* Vendor lookup was always returning none ([#20](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/20)) ([`7debdd7`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/7debdd7b603fb0372afc82d866c9585dbd6e47d2))

## v1.0.0 (2022-10-22)
### Feature
* Provide vendor information and label transient devices ([#19](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/19)) ([`f035c9d`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/f035c9d00618e95fc23d1d50f376b476437d153c))
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 = "1.0.0"
version = "1.0.1"
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 @@ -19,7 +19,7 @@
IBEACON_FIRST_BYTE = 0x02
IBEACON_SECOND_BYTE = 0x15

__version__ = "1.0.0"
__version__ = "1.0.1"

__all__ = [
"parse",
Expand Down

0 comments on commit f6973a8

Please sign in to comment.