From c515b49e91e565c3b62659ff073af355cccecbc1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Jul 2024 12:49:17 +0000 Subject: [PATCH] 0.6.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/southern_company_api/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1858e..93341c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.6.5 (2024-07-23) + +### Fix + +* Ci ([#15](https://github.com/Southern-Company-HA/southern_company_api/issues/15)) ([`3368fd9`](https://github.com/Southern-Company-HA/southern_company_api/commit/3368fd91f72026c637ed14a5abb2a1abf99b73cc)) +* Issues obtaining the JWT ([#14](https://github.com/Southern-Company-HA/southern_company_api/issues/14)) ([`086c270`](https://github.com/Southern-Company-HA/southern_company_api/commit/086c2704dbeffd725bd2a77f929e9576dded10cb)) + ## v0.6.4 (2023-03-17) ### Fix * Decode jwt dates ([`445b4f9`](https://github.com/Lash-L/southern_company_api/commit/445b4f93913e778d70b12387a334f31987b934b8)) diff --git a/pyproject.toml b/pyproject.toml index ee9c1ff..6ed3db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "southern-company-api" -version = "0.6.4" +version = "0.6.5" description = "Control Southern company websites with this api" authors = ["Luke "] license = "MIT" diff --git a/src/southern_company_api/__init__.py b/src/southern_company_api/__init__.py index d5de9ed..b973c5d 100644 --- a/src/southern_company_api/__init__.py +++ b/src/southern_company_api/__init__.py @@ -2,7 +2,7 @@ from .company import COMPANY_MAP, Company from .parser import SouthernCompanyAPI, get_request_verification_token -__version__ = "0.6.4" +__version__ = "0.6.5" __all__ = [ "Account",