From 408eb3521c15dfddff4c413aaaf5dd39008d2e77 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 02:35:46 +0000 Subject: [PATCH 1/2] chore(docs): grammar improvements --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 312b13a5..aea757bc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,13 +16,13 @@ before making any information public. ## Reporting Non-SDK Related Security Issues If you encounter security issues that are not directly related to SDKs but pertain to the services -or products provided by Conductor please follow the respective company's security reporting guidelines. +or products provided by Conductor, please follow the respective company's security reporting guidelines. ### Conductor Terms and Policies Our Security Policy can be found at [Security Policy URL](https://conductor.is/privacy). -Please contact support@conductor.is for any questions or concerns regarding security of our services. +Please contact support@conductor.is for any questions or concerns regarding the security of our services. https://conductor.is/terms From b79632075f4ad8555f7f36232226c6502d2164d6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 02:45:06 +0000 Subject: [PATCH 2/2] release: 1.40.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/conductor/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c37ae42..4b272115 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.40.0" + ".": "1.40.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e482e52b..ed7f2a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.40.1 (2025-05-22) + +Full Changelog: [v1.40.0...v1.40.1](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.40.0...v1.40.1) + +### Chores + +* **docs:** grammar improvements ([408eb35](https://github.com/conductor-is/quickbooks-desktop-python/commit/408eb3521c15dfddff4c413aaaf5dd39008d2e77)) + ## 1.40.0 (2025-05-16) Full Changelog: [v1.39.0...v1.40.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.39.0...v1.40.0) diff --git a/pyproject.toml b/pyproject.toml index 74c6ee7e..099aba0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "conductor-py" -version = "1.40.0" +version = "1.40.1" description = "The official Python library for the conductor API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/conductor/_version.py b/src/conductor/_version.py index efefc001..2b55fb8c 100644 --- a/src/conductor/_version.py +++ b/src/conductor/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "conductor" -__version__ = "1.40.0" # x-release-please-version +__version__ = "1.40.1" # x-release-please-version