Skip to content

Commit

Permalink
Version v0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jrester committed Jan 17, 2023
1 parent 263b289 commit b9dcbf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.3.19]

- add ability to take powerwall on/off grid. Thanks to @daniel-simpson (https://github.com/jrester/tesla_powerwall/pull/42)

## [0.3.18]

- updated examples
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="tesla_powerwall",
author="Jrester",
author_email="[email protected]",
version='0.3.18',
version='0.3.19',
description="API for Tesla Powerwall",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tesla_powerwall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
Solar,
)

VERSION = "0.3.18"
VERSION = "0.3.19"

0 comments on commit b9dcbf6

Please sign in to comment.