Skip to content

Commit

Permalink
Release 1.7.0 (#162)
Browse files Browse the repository at this point in the history
* Bump lib to 0.8.8
* Set version to 1.7.0
  • Loading branch information
WebSpider authored Nov 1, 2024
1 parent b7f1127 commit d6e3543
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.8.7"
"myskoda==0.8.8"
],
"version": "1.6.5"
"version": "1.7.0"
}
8 changes: 4 additions & 4 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.6.5"
version = "1.7.0"
description = "HomeAssistant integration for MySkoda."
authors = [
"Frederick Gnodtke <[email protected]>",
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
python = "~3.12,<3.13"
homeassistant = "^2024.10.0"
voluptuous = "^0.15.2"
myskoda = "^0.8.7"
myskoda = "^0.8.8"


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

0 comments on commit d6e3543

Please sign in to comment.