From 6b218c4fa77a3a77c016dd7107d5108f619a894f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Feb 2023 13:50:00 +0000 Subject: [PATCH] 0.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/southern_company_api/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7cf4ba..92f1553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) diff --git a/pyproject.toml b/pyproject.toml index 4e274e1..d88243d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/src/southern_company_api/__init__.py b/src/southern_company_api/__init__.py index dddccb9..23e8f83 100644 --- a/src/southern_company_api/__init__.py +++ b/src/southern_company_api/__init__.py @@ -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",