Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 15, 2023
1 parent 495f44e commit 6f13924
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.4.2 (2023-07-15)

### Fix

* Only send one command at a time and wait for response ([#5](https://github.com/hunterjm/ac-infinity-ble/issues/5)) ([`495f44e`](https://github.com/hunterjm/ac-infinity-ble/commit/495f44e0f51a373e52d0148255d96a3e68efb908))

## v0.4.1 (2023-07-14)

### Fix
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 = "ac-infinity-ble"
version = "0.4.1"
version = "0.4.2"
description = "AC Infinity BLE Controller"
authors = ["Jason Hunter <hunterjm@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/ac_infinity_ble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.4.1"
__version__ = "0.4.2"


from .const import CallbackType
Expand Down

0 comments on commit 6f13924

Please sign in to comment.