Skip to content

Commit 42629f6

Browse files
author
github-actions
committed
0.11.5
Automatically generated by python-semantic-release
1 parent fbcf8d8 commit 42629f6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.11.5 (2024-02-03)
6+
7+
### Fix
8+
9+
* Use my new github username ([`fbcf8d8`](https://github.com/Lash-L/anova_wifi/commit/fbcf8d8638750096696e962a33a1e258bc28e81c))
10+
511
## v0.11.4 (2024-02-03)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anova-wifi"
3-
version = "0.11.4"
3+
version = "0.11.5"
44
description = "A package to get read only data from Anova precision cookers with wifi"
55
authors = ["Luke <conway220@gmail.com>"]
66
license = "MIT"

src/anova_wifi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727
from .websocket_handler import AnovaWebsocketHandler
2828

29-
__version__ = "0.11.4"
29+
__version__ = "0.11.5"
3030

3131
__all__ = [
3232
"AnovaApi",

0 commit comments

Comments
 (0)