Skip to content

Commit 8eba764

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.44.1
1 parent d3c7ec4 commit 8eba764

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.44.0"
2+
".": "1.44.1"
33
}

CHANGELOG.md

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

3+
## 1.44.1 (2025-07-11)
4+
5+
Full Changelog: [v1.44.0...v1.44.1](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.44.0...v1.44.1)
6+
7+
### Bug Fixes
8+
9+
* **parsing:** correctly handle nested discriminated unions ([e9bf1ed](https://github.com/conductor-is/quickbooks-desktop-python/commit/e9bf1ed9844b5de8d382cef959f2fecf372db84c))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump pinned h11 dep ([723555a](https://github.com/conductor-is/quickbooks-desktop-python/commit/723555a9e7b9386fb43231b2a32731ade2fa54b8))
15+
* **package:** mark python 3.13 as supported ([db30310](https://github.com/conductor-is/quickbooks-desktop-python/commit/db30310480b267d89997b8642bda2f47a66920fa))
16+
* **readme:** fix version rendering on pypi ([906b22a](https://github.com/conductor-is/quickbooks-desktop-python/commit/906b22a5da3caf8af905eacc55e479c781076d47))
17+
318
## 1.44.0 (2025-07-08)
419

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

0 commit comments

Comments
 (0)