Skip to content

Commit

Permalink
bump version to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrester committed Feb 24, 2024
1 parent 597089b commit 0be4417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [WIP]
## [0.5.2]

- Use yarl for URL parsing by @bdraco (https://github.com/jrester/tesla_powerwall/pull/62)
- Correctly handle disabled battery packs (https://github.com/jrester/tesla_powerwall/pull/66/)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tesla_powerwall"
version = "0.5.1"
version = "0.5.2"
description = "A simple API for accessing the Tesla Powerwall over your local network"
readme = "README.md"
license = { file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion tesla_powerwall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
SolarResponse,
)

VERSION = "0.5.1"
VERSION = "0.5.2"

__all__ = list(filter(lambda n: not n.startswith("_"), globals().keys()))

0 comments on commit 0be4417

Please sign in to comment.