Skip to content

Commit

Permalink
Release v1.5.0 (#101)
Browse files Browse the repository at this point in the history
* Prepare for v1.5.0
* Bump library version
  • Loading branch information
WebSpider authored Oct 16, 2024
1 parent 40d4cd9 commit 3994159
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions custom_components/myskoda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"myskoda"
],
"requirements": [
"myskoda==0.7.3"
"myskoda==0.8.1"
],
"version": "1.4.5"
"version": "1.5.0"
}
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "homeassistant-myskoda"
version = "1.4.5"
version = "1.5.0"
description = "Homeassistant integration for myskoda."
authors = ["Frederick Gnodtke <[email protected]>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ pyjwt = "^2.9.0"
pyyaml = "^6.0.2"
asyncio = "^3.4.3"
voluptuous = "^0.15.2"
myskoda = "^0.7.3"
myskoda = "^0.8.1"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 3994159

Please sign in to comment.