Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 22, 2023
1 parent fa5863f commit 6b218c4
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.5.0 (2023-02-22)
### Feature
* Pulled out session and service_point ([`fa5863f`](https://github.com/Lash-L/southern_company_api/commit/fa5863f00813cf0a4013c347776a18c5267bfa43))

## v0.4.0 (2023-02-21)
### Feature
* Add argument for aiohttp client session ([`bc19401`](https://github.com/Lash-L/southern_company_api/commit/bc19401700a43c9188f50aed9aa8b780fbb30b94))
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.4.0"
version = "0.5.0"
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.4.0"
__version__ = "0.5.0"

__all__ = [
"Account",
Expand Down

0 comments on commit 6b218c4

Please sign in to comment.