Skip to content

Commit

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

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

## v0.3.1 (2023-02-11)
### Fix
* Remove optional from properties ([`b6cc793`](https://github.com/Lash-L/southern_company_api/commit/b6cc7935547202801d92c8f3b68da640df65857a))

## v0.3.0 (2023-02-10)
### Feature
* Made tokens async props ([`a56487b`](https://github.com/Lash-L/southern_company_api/commit/a56487b4abd7a0668a3a735f125711e966cdfdf6))
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.0"
version = "0.3.1"
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.0"
__version__ = "0.3.1"

__all__ = [
"Account",
Expand Down

0 comments on commit bffb69f

Please sign in to comment.