Skip to content

Commit c848dfb

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.50.0
1 parent 7c8f85a commit c848dfb

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.49.0"
2+
".": "1.50.0"
33
}

CHANGELOG.md

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

3+
## 1.50.0 (2025-08-04)
4+
5+
Full Changelog: [v1.49.0...v1.50.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.49.0...v1.50.0)
6+
7+
### Features
8+
9+
* **api:** api update ([827e615](https://github.com/conductor-is/quickbooks-desktop-python/commit/827e615c4822d13e1bdf83aa4e8bae6a85a3f97a))
10+
* **api:** api update ([b50ad50](https://github.com/conductor-is/quickbooks-desktop-python/commit/b50ad50ff19673baa5925466d92b80bbbe781d17))
11+
312
## 1.49.0 (2025-08-01)
413

514
Full Changelog: [v1.48.0...v1.49.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.48.0...v1.49.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.49.0"
3+
version = "1.50.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.49.0" # x-release-please-version
4+
__version__ = "1.50.0" # x-release-please-version

0 commit comments

Comments
 (0)