Skip to content

Commit

Permalink
0.7.4
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 8, 2022
1 parent 595e575 commit b7ec033
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.7.4 (2022-09-08)
### Fix
* Bump bluetooth packages ([`595e575`](https://github.com/AustinBrunkhorst/pysnooz/commit/595e57564857cbbb0000c19dc7746b0ae9264677))

### Documentation
* Update README ([`828ce0d`](https://github.com/AustinBrunkhorst/pysnooz/commit/828ce0d02d6e3fe5c0959a02855585a73b997246))

## v0.7.3 (2022-08-31)
### Fix
* Improve resilience for exceptions ([`349ad59`](https://github.com/AustinBrunkhorst/pysnooz/commit/349ad59dacbfa7220bc5fe05197262e67c0959e6))
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 = "pysnooz"
version = "0.7.3"
version = "0.7.4"
description = "Control SNOOZ white noise machines."
authors = ["Austin Brunkhorst <pysnooz@alb.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pysnooz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.3"
__version__ = "0.7.4"

0 comments on commit b7ec033

Please sign in to comment.