Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 7, 2023
1 parent bde8afb commit 0e4afd7
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.0.2 (2023-02-07)
### Fix
* Changed header param name ([`bde8afb`](https://github.com/Lash-L/southern_company_api/commit/bde8afb8b1dfb8dbea77f2831182d19c21d5183c))

## v0.0.1 (2023-02-06)
### Fix
* Resolved hourly call bugs ([`d63357c`](https://github.com/Lash-L/southern_company_api/commit/d63357ca8b806381a060f4d1fa2d683d0e678d1c))
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.0.1"
version = "0.0.2"
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.0.1"
__version__ = "0.0.2"

__all__ = [
"Account",
Expand Down

0 comments on commit 0e4afd7

Please sign in to comment.