Skip to content

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 14, 2023
1 parent fd8e78e commit dedc4e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.3.4 (2023-02-14)
### Fix
* Get accounts test ([`fd8e78e`](https://github.com/Lash-L/southern_company_api/commit/fd8e78e8456b3c2046cc6e9282bcfc75dfd036a7))
* Forgot await ([`77e0582`](https://github.com/Lash-L/southern_company_api/commit/77e0582309a9ed4547a49bd95622977c74720205))

## v0.3.3 (2023-02-13)
### Fix
* Get_accounts to use property ([`0985457`](https://github.com/Lash-L/southern_company_api/commit/09854576d071ec4af761321d9b5c2858a86efe4c))
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.3.3"
version = "0.3.4"
description = "Control Southern company websites with this api"
authors = ["Luke <[email protected]>"]
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.3.3"
__version__ = "0.3.4"

__all__ = [
"Account",
Expand Down

0 comments on commit dedc4e7

Please sign in to comment.