Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 23, 2024
1 parent 3368fd9 commit c515b49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <conway220@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/southern_company_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c515b49

Please sign in to comment.