Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 2, 2023
1 parent a9a83bc commit 6c5895f
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.6.1 (2023-03-02)
### Fix
* First of month to 00:00 ([`70d3c0a`](https://github.com/Lash-L/southern_company_api/commit/70d3c0a809e8a1d82ceaaac043b7ae0d4e253b33))

## v0.6.0 (2023-02-27)
### Feature
* Added base exception class ([`3cb40b8`](https://github.com/Lash-L/southern_company_api/commit/3cb40b8935839a467cd08bd4b00798996ce2b1c3))
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.6.0"
version = "0.6.1"
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.6.0"
__version__ = "0.6.1"

__all__ = [
"Account",
Expand Down

0 comments on commit 6c5895f

Please sign in to comment.