Skip to content

Commit 2cddc4a

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.40.0
1 parent e41c7a4 commit 2cddc4a

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.39.0"
2+
".": "1.40.0"
33
}

CHANGELOG.md

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

3+
## 1.40.0 (2025-05-16)
4+
5+
Full Changelog: [v1.39.0...v1.40.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.39.0...v1.40.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d633855](https://github.com/conductor-is/quickbooks-desktop-python/commit/d6338551b958146ab17ee2bb1d24ce3b6846b277))
10+
11+
12+
### Bug Fixes
13+
14+
* **package:** support direct resource imports ([fe33d5f](https://github.com/conductor-is/quickbooks-desktop-python/commit/fe33d5f6bf376409cabe985ba2262d54b632f3cd))
15+
16+
17+
### Chores
18+
19+
* **ci:** fix installation instructions ([9d07171](https://github.com/conductor-is/quickbooks-desktop-python/commit/9d071719474cfb0791fa7f9f1322c0750de91769))
20+
* **ci:** upload sdks to package manager ([8c8eb0f](https://github.com/conductor-is/quickbooks-desktop-python/commit/8c8eb0fc482c1c761c8ef82a313cc9d18f11f3ba))
21+
* **internal:** avoid errors for isinstance checks on proxies ([2f8fd83](https://github.com/conductor-is/quickbooks-desktop-python/commit/2f8fd8317964df9144ff877384072af02cc9253d))
22+
323
## 1.39.0 (2025-05-08)
424

525
Full Changelog: [v1.38.0...v1.39.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.38.0...v1.39.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.39.0"
3+
version = "1.40.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.39.0" # x-release-please-version
4+
__version__ = "1.40.0" # x-release-please-version

0 commit comments

Comments
 (0)