From f4957513d6fd00691066c5c11c8699175480959c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 20 Feb 2021 05:49:34 +0000 Subject: [PATCH] 0.13.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ teslajsonpy/__version__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5172811d..e6f5c90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.13.0 (2021-02-20) +### Feature +* Add mfa support ([`413b585`](https://github.com/zabuldon/teslajsonpy/commit/413b585b306304e970cefd6c71182f47bdd95b52)) + +### Fix +* Process i18n urls ([`a4a40fd`](https://github.com/zabuldon/teslajsonpy/commit/a4a40fdf896e99fd9deea711e4aacc5e5a846f1e)) + +### Documentation +* Add sphinx support ([`483ddd0`](https://github.com/zabuldon/teslajsonpy/commit/483ddd099df0ecffaa7397b1dfb70d875d1d4161)) + ## v0.12.3 (2021-02-14) ### Fix * Increase delay for refresh and update message ([`af78a8b`](https://github.com/zabuldon/teslajsonpy/commit/af78a8b9eed4630a0ec4889280a26403c86be09f)) diff --git a/teslajsonpy/__version__.py b/teslajsonpy/__version__.py index f46dfaaa..335a9d02 100644 --- a/teslajsonpy/__version__.py +++ b/teslajsonpy/__version__.py @@ -8,4 +8,4 @@ https://github.com/zabuldon/teslajsonpy """ -__version__ = "0.12.3" +__version__ = "0.13.0"