Skip to content

Commit f4bddf1

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.44.0
1 parent 748b2cd commit f4bddf1

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.43.0"
2+
".": "1.44.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.44.0 (2025-07-08)
4+
5+
Full Changelog: [v1.43.0...v1.44.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.43.0...v1.44.0)
6+
7+
### Features
8+
9+
* **api:** api update ([ac819f7](https://github.com/conductor-is/quickbooks-desktop-python/commit/ac819f753e81ceb64843a4a66b5a2e9d9723fd58))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** correct conditional ([87462db](https://github.com/conductor-is/quickbooks-desktop-python/commit/87462db3c1434b0ed1718a55fc274a4aa61dbd84))
15+
16+
17+
### Chores
18+
19+
* **ci:** change upload type ([d1325f0](https://github.com/conductor-is/quickbooks-desktop-python/commit/d1325f0c663b1213f9097291f6bec83f6776b02b))
20+
* **ci:** only run for pushes and fork pull requests ([6a4b7a6](https://github.com/conductor-is/quickbooks-desktop-python/commit/6a4b7a62caf82f3892265e88196dbb4bb2f717f5))
21+
* **internal:** codegen related update ([8078db3](https://github.com/conductor-is/quickbooks-desktop-python/commit/8078db3fbb7c2b5801e49497ad71fde6f16f1864))
22+
323
## 1.43.0 (2025-06-27)
424

525
Full Changelog: [v1.42.0...v1.43.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.42.0...v1.43.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.43.0"
3+
version = "1.44.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.43.0" # x-release-please-version
4+
__version__ = "1.44.0" # x-release-please-version

0 commit comments

Comments
 (0)