Skip to content

Commit 8eb0626

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.42.0
1 parent 90d036b commit 8eb0626

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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.41.0"
2+
".": "1.42.0"
33
}

CHANGELOG.md

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

3+
## 1.42.0 (2025-06-19)
4+
5+
Full Changelog: [v1.41.0...v1.42.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.41.0...v1.42.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d73b209](https://github.com/conductor-is/quickbooks-desktop-python/commit/d73b209ea6cccac0d2c00a9e7143499bb15426dc))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** correctly parse binary response | stream ([ff3e590](https://github.com/conductor-is/quickbooks-desktop-python/commit/ff3e590a7f74562f6f157d572347aef3be51b897))
15+
16+
17+
### Chores
18+
19+
* **ci:** enable for pull requests ([259dcd8](https://github.com/conductor-is/quickbooks-desktop-python/commit/259dcd89b886ec14be07197b1738983b680b8850))
20+
* **internal:** update conftest.py ([1db5923](https://github.com/conductor-is/quickbooks-desktop-python/commit/1db59237859be3a5143527b06a1be7a6ffa48cb4))
21+
* **readme:** update badges ([c37e361](https://github.com/conductor-is/quickbooks-desktop-python/commit/c37e361650ee5d781f0b1739715470e88f86cd51))
22+
* **tests:** add tests for httpx client instantiation & proxies ([e41fa25](https://github.com/conductor-is/quickbooks-desktop-python/commit/e41fa25447e7cd80e98137bf378b793bc5efa249))
23+
* **tests:** run tests in parallel ([58dde0e](https://github.com/conductor-is/quickbooks-desktop-python/commit/58dde0ec89210d597817651319a0a5f81ebc0673))
24+
25+
26+
### Documentation
27+
28+
* **client:** fix httpx.Timeout documentation reference ([457ad1e](https://github.com/conductor-is/quickbooks-desktop-python/commit/457ad1e81fd87881831c2db5dcbbb8413fd0fd0d))
29+
330
## 1.41.0 (2025-06-10)
431

532
Full Changelog: [v1.40.0...v1.41.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.40.0...v1.41.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.41.0"
3+
version = "1.42.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.41.0" # x-release-please-version
4+
__version__ = "1.42.0" # x-release-please-version

0 commit comments

Comments
 (0)