From 997e3d063136d266e55706fbaa0467ee4244257d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 14 Dec 2024 18:08:57 +0000 Subject: [PATCH 1/2] Bump version to 1.8.22 --- sp_api/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp_api/__version__.py b/sp_api/__version__.py index 9eb47000..12e6f697 100644 --- a/sp_api/__version__.py +++ b/sp_api/__version__.py @@ -1 +1 @@ -__version__ = '1.8.21' +__version__ = '1.8.22' From 1c5ef27209db1616d5c82e7379344d8ba0a983cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Dec 2024 18:09:11 +0000 Subject: [PATCH 2/2] chore: update CHANGELOG.md for v1.8.22 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fa50d6..48e3f05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v1.8.22 - 2024-12-14 +## v1.8.22 + +### Changes Relevant to End-Users +- **Code Style Improvement**: Updated the codebase to use consistent string quoting style, improving readability and maintainability. + +### Internal Changes +- **Refactoring**: Reformatted code to adhere to PEP 8 standards, including consistent use of double quotes for strings and improved indentation. +- **Function Signatures**: Updated function signatures for better clarity and consistency across the codebase. + +### Mermaid Diagram Representation + +```mermaid +graph TD; + A[Codebase] -->|Improved Readability| B[Consistent String Quoting]; + A -->|Refactored| C[PEP 8 Compliance]; +``` + +These changes enhance the code quality, making it easier for developers to maintain and extend the library. + ## v1.8.21 - 2024-12-14 ## v1.8.21