Skip to content

Commit 3ab956e

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.56.0
1 parent 7fcdfd5 commit 3ab956e

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.55.0"
2+
".": "1.56.0"
33
}

CHANGELOG.md

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

3+
## 1.56.0 (2025-08-27)
4+
5+
Full Changelog: [v1.55.0...v1.56.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.55.0...v1.56.0)
6+
7+
### Features
8+
9+
* **api:** api update ([5023010](https://github.com/conductor-is/quickbooks-desktop-python/commit/50230106fb9d07eee925dc7381832b047072cffa))
10+
* **api:** api update ([2bc878e](https://github.com/conductor-is/quickbooks-desktop-python/commit/2bc878e0ca0e6609593e0c60559709105f88da7f))
11+
* **api:** api update ([c8e9fb7](https://github.com/conductor-is/quickbooks-desktop-python/commit/c8e9fb7e54d8c214897e09bd358adebed4bd01a7))
12+
* **api:** api update ([ba33659](https://github.com/conductor-is/quickbooks-desktop-python/commit/ba33659e72b640fb1d3da1ad28ee48ab9c7072d3))
13+
14+
15+
### Chores
16+
17+
* **internal:** change ci workflow machines ([0757734](https://github.com/conductor-is/quickbooks-desktop-python/commit/07577343b148b7fd47b4848067e4b396795be413))
18+
* update github action ([586afe5](https://github.com/conductor-is/quickbooks-desktop-python/commit/586afe546d7544d32d4be78fe4eed965d2150284))
19+
320
## 1.55.0 (2025-08-20)
421

522
Full Changelog: [v1.54.0...v1.55.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.54.0...v1.55.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.55.0"
3+
version = "1.56.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.55.0" # x-release-please-version
4+
__version__ = "1.56.0" # x-release-please-version

0 commit comments

Comments
 (0)