Skip to content

Commit 0a0b0bc

Browse files
release: 1.41.0
1 parent d101d6f commit 0a0b0bc

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.40.0"
2+
".": "1.41.0"
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.41.0 (2025-06-03)
4+
5+
Full Changelog: [v1.40.0...v1.41.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.40.0...v1.41.0)
6+
7+
### Features
8+
9+
* **client:** add follow_redirects request option ([c76d62a](https://github.com/conductor-is/quickbooks-desktop-python/commit/c76d62a469dc960b757c1f2c1f7944fb3eedc90e))
10+
11+
12+
### Chores
13+
14+
* **docs:** grammar improvements ([408eb35](https://github.com/conductor-is/quickbooks-desktop-python/commit/408eb3521c15dfddff4c413aaaf5dd39008d2e77))
15+
* **docs:** remove reference to rye shell ([9209782](https://github.com/conductor-is/quickbooks-desktop-python/commit/9209782cc1479d2a57084a2e090b0d09ed090fa4))
16+
* **docs:** remove unnecessary param examples ([cf2e05b](https://github.com/conductor-is/quickbooks-desktop-python/commit/cf2e05b32e4f08fc9f905956c0235cc46349b920))
17+
318
## 1.40.0 (2025-05-16)
419

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

0 commit comments

Comments
 (0)