From 6288f6e1f081feee9cc5b8394b3deef88f8995e1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 30 Sep 2022 00:42:59 +0000 Subject: [PATCH] 0.7.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/ibeacon_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 733f886..b1aac88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.2 (2022-09-30) +### Fix +* Add 1CA92E23F0874DF7B9A2FD4B716A4BF6 to banned uuids ([#15](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/15)) ([`f00d6aa`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/f00d6aa4a35767675598fad4acccd6248b778e24)) + ## v0.7.1 (2022-09-28) ### Fix * Ignore tilt ble devices ([#14](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/14)) ([`6ce26fa`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/6ce26faa04eafa187b34b0478b66180c99d12c71)) diff --git a/pyproject.toml b/pyproject.toml index d285ab1..df19ca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ibeacon-ble" -version = "0.7.1" +version = "0.7.2" description = "Parser for iBeacon devices" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/ibeacon_ble/__init__.py b/src/ibeacon_ble/__init__.py index 3b969ce..d03a29a 100644 --- a/src/ibeacon_ble/__init__.py +++ b/src/ibeacon_ble/__init__.py @@ -15,7 +15,7 @@ IBEACON_FIRST_BYTE = 0x02 IBEACON_SECOND_BYTE = 0x15 -__version__ = "0.7.1" +__version__ = "0.7.2" __all__ = [ "parse",