Skip to content

Commit

Permalink
Merge pull request #44 from basilfx/feature/update_aiobiketrax
Browse files Browse the repository at this point in the history
Upgrade aiobiketrax to 0.3.0
  • Loading branch information
basilfx committed Oct 16, 2022
2 parents dabd925 + 069b231 commit 6b7543e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion custom_components/biketrax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://www.github.com/basilfx/homeassistant-biketrax/issues",
"name": "PowUnity BikeTrax",
"requirements": ["aiobiketrax==0.2.2a1"],
"requirements": ["aiobiketrax==0.3.0"],
"ssdp": [],
"version": "0.2.2a1",
"zeroconf": []
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python = "^3.9"
homeassistant = "^2022.10.0"
flake8 = "^5.0.4"
flake8-mypy = "^17.8.0"
aiobiketrax = {version = "^0.2.2a1", allow-prereleases = true}
aiobiketrax = {version = "^0.3.0", allow-prereleases = true}

[tool.poetry.dev-dependencies]
pytest = "^7.1"
Expand Down

0 comments on commit 6b7543e

Please sign in to comment.