diff --git a/CHANGELOG b/CHANGELOG index 00994a4..ca6bbf6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/setup.py b/setup.py index 193acc2..0cf9d2c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name="tesla_powerwall", author="Jrester", author_email="jrester379@gmail.com", - version='0.3.18', + version='0.3.19', description="API for Tesla Powerwall", long_description=long_description, long_description_content_type="text/markdown", diff --git a/tesla_powerwall/__init__.py b/tesla_powerwall/__init__.py index 71f1346..1c52c2d 100644 --- a/tesla_powerwall/__init__.py +++ b/tesla_powerwall/__init__.py @@ -34,4 +34,4 @@ Solar, ) -VERSION = "0.3.18" +VERSION = "0.3.19"