Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.88.0"
".": "1.89.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 262
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor/conductor-a3ca065ea2e5b1f13d8d063e9efb6a8bc7ba850cc3de1f2d39d135f54bccec41.yml
openapi_spec_hash: 1c30bc6fcf8e81da72a070759990efea
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor/conductor-4604e1930a42676b2b086ba08a76bfc41cff353f3a4b7b4d031faef6f5799f3d.yml
openapi_spec_hash: fa86fc37aa1e36e1942e5b63af858ddc
config_hash: ea893f07cb564afb1184c4eac4edd639
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.89.0 (2026-06-20)

Full Changelog: [v1.88.0...v1.89.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.88.0...v1.89.0)

### Features

* **api:** api update ([8416666](https://github.com/conductor-is/quickbooks-desktop-python/commit/8416666e58cc4a67b612157c8d72d308a29a015c))

## 1.88.0 (2026-06-15)

Full Changelog: [v1.87.0...v1.88.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.87.0...v1.88.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "conductor-py"
version = "1.88.0"
version = "1.89.0"
description = "The official Python library for the conductor API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "conductor"
__version__ = "1.88.0" # x-release-please-version
__version__ = "1.89.0" # x-release-please-version
1 change: 1 addition & 0 deletions src/conductor/types/qbd/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ class Company(BaseModel):
Literal[
"form_1040",
"form_t1",
"form_t2",
"form_1065",
"form_1120",
"form_1120s",
Expand Down
Loading