Skip to content

Commit ee96b9a

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.54.0
1 parent 27dcfef commit ee96b9a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.53.0"
2+
".": "1.54.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.54.0 (2025-08-16)
4+
5+
Full Changelog: [v1.53.0...v1.54.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.53.0...v1.54.0)
6+
7+
### Features
8+
9+
* **api:** api update ([8bfccf5](https://github.com/conductor-is/quickbooks-desktop-python/commit/8bfccf5f30ad5b9bd99cab18b0aa6056469aa3b3))
10+
* **api:** api update ([b4d33a9](https://github.com/conductor-is/quickbooks-desktop-python/commit/b4d33a90669ea36256298409530c7ef5e2ad4f00))
11+
* **api:** api update ([5439e4f](https://github.com/conductor-is/quickbooks-desktop-python/commit/5439e4f6ae75b3f2db3eaefbc0fdf979a3aea02f))
12+
* **api:** api update ([857745c](https://github.com/conductor-is/quickbooks-desktop-python/commit/857745cf1914e9af48a5002e59bff7a39a8aad42))
13+
* **api:** api update ([e9dbff2](https://github.com/conductor-is/quickbooks-desktop-python/commit/e9dbff2d153705ef7b2a503ffe8ee68408b6a08c))
14+
315
## 1.53.0 (2025-08-15)
416

517
Full Changelog: [v1.52.0...v1.53.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.52.0...v1.53.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "conductor-py"
3-
version = "1.53.0"
3+
version = "1.54.0"
44
description = "The official Python library for the conductor API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/conductor/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "conductor"
4-
__version__ = "1.53.0" # x-release-please-version
4+
__version__ = "1.54.0" # x-release-please-version

0 commit comments

Comments
 (0)