Skip to content

Commit

Permalink
Bump version to 0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jrester committed Feb 14, 2022
1 parent e818e7d commit c82b7b0
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.17]

- move `py.typed` to correct location (https://github.com/jrester/tesla_powerwall/pull/35)

## [0.3.16]

- add `py.typed` file
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.16',
version='0.3.17',
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 @@ -33,4 +33,4 @@
Solar,
)

VERSION = "0.3.16"
VERSION = "0.3.17"

0 comments on commit c82b7b0

Please sign in to comment.