Skip to content

Commit 210816e

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.47.0
1 parent d7f4b2f commit 210816e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.46.0"
2+
".": "1.47.0"
33
}

CHANGELOG.md

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

3+
## 1.47.0 (2025-07-23)
4+
5+
Full Changelog: [v1.46.0...v1.47.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.46.0...v1.47.0)
6+
7+
### Features
8+
9+
* **api:** api update ([e205c9e](https://github.com/conductor-is/quickbooks-desktop-python/commit/e205c9e685f68581498d6413481921f01fa49d9c))
10+
11+
12+
### Bug Fixes
13+
14+
* **parsing:** ignore empty metadata ([2b58924](https://github.com/conductor-is/quickbooks-desktop-python/commit/2b5892426fc9ba4c48c518ec36e5ab541f4ab35d))
15+
* **parsing:** parse extra field types ([235f6af](https://github.com/conductor-is/quickbooks-desktop-python/commit/235f6af1af18879228161495398e76e17d14bf21))
16+
317
## 1.46.0 (2025-07-21)
418

519
Full Changelog: [v1.45.0...v1.46.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.45.0...v1.46.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.46.0"
3+
version = "1.47.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.46.0" # x-release-please-version
4+
__version__ = "1.47.0" # x-release-please-version

0 commit comments

Comments
 (0)