Skip to content

Commit

Permalink
Bump version to 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jrester committed Oct 24, 2021
1 parent f9a9152 commit 1776b07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.13]

Implement `system_status` endpoint (https://github.com/jrester/tesla_powerwall/issues/31):
- add `Battery` response type, which is returned by `get_batteries`
- add `get_energy`, `get_capacity`, `get_batteries`

## [0.3.12]

- add MeterType `generator` (https://github.com/jrester/tesla_powerwall/issues/30)
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.12',
version='0.3.13',
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 @@ -32,4 +32,4 @@
)
from .powerwall import Powerwall

VERSION = "0.3.12"
VERSION = "0.3.13"

0 comments on commit 1776b07

Please sign in to comment.