Skip to content

Commit

Permalink
0.4.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 21, 2023
1 parent bc19401 commit d28ea42
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.4.0 (2023-02-21)
### Feature
* Add argument for aiohttp client session ([`bc19401`](https://github.com/Lash-L/southern_company_api/commit/bc19401700a43c9188f50aed9aa8b780fbb30b94))

## v0.3.8 (2023-02-20)
### Fix
* Better error handling ([`ed46ea6`](https://github.com/Lash-L/southern_company_api/commit/ed46ea6f7e7ef82392346712d374d9abd0d4a124))
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.8"
version = "0.4.0"
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.3.8"
__version__ = "0.4.0"

__all__ = [
"Account",
Expand Down

0 comments on commit d28ea42

Please sign in to comment.