From 7a154b9e5883537881fac9cf843a654f8d393428 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 1 Sep 2022 06:44:08 +0000 Subject: [PATCH] 1.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/bthome_ble/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5e474..f357a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v1.0.0 (2022-09-01) +### Feature +* Change name of bthome with capital h ([`cf3c702`](https://github.com/Bluetooth-Devices/bthome-ble/commit/cf3c702ca4b2e25cc15a74379deeb84a949427d7)) +* Bthome with capital h ([`c307462`](https://github.com/Bluetooth-Devices/bthome-ble/commit/c3074628da771ce78810538e8776797aae4df147)) + +### Breaking +* bthome with capital h ([`c307462`](https://github.com/Bluetooth-Devices/bthome-ble/commit/c3074628da771ce78810538e8776797aae4df147)) + ## v0.5.2 (2022-08-30) ### Fix * Use full name for bparasite ([`bcd07da`](https://github.com/Bluetooth-Devices/bthome-ble/commit/bcd07da262009383f4e67592fec6614937fe847f)) diff --git a/pyproject.toml b/pyproject.toml index 737c0aa..da5fa0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "0.5.2" +version = "1.0.0" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index b6589c5..b991d0a 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -13,7 +13,7 @@ from .parser import BTHomeBluetoothDeviceData -__version__ = "0.5.2" +__version__ = "1.0.0" __all__ = [ "BTHomeBluetoothDeviceData",