Skip to content

Commit

Permalink
⬆️ bump pypetkitapi to 1.7.10, bump integration to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 27, 2024
1 parent b489c9e commit 23a1b7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/petkit/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Jezza34000/homeassistant_petkit/issues",
"loggers": ["petkit"],
"requirements": ["pypetkitapi==1.7.9", "aiofiles==24.1.0"],
"version": "1.3.7"
"requirements": ["pypetkitapi==1.7.10", "aiofiles==24.1.0"],
"version": "1.3.8"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ max-complexity = 25
property-decorators = ["propcache.cached_property"]

[tool.bumpver]
current_version = "1.1.2"
current_version = "1.3.8"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiofiles==24.1.0
pypetkitapi==1.7.9
pypetkitapi==1.7.10

0 comments on commit 23a1b7a

Please sign in to comment.