Skip to content

Commit ad205dd

Browse files
release: 1.75.0
1 parent 9694534 commit ad205dd

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.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.74.0"
2+
".": "1.75.0"
33
}

CHANGELOG.md

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

3+
## 1.75.0 (2026-04-08)
4+
5+
Full Changelog: [v1.74.0...v1.75.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.74.0...v1.75.0)
6+
7+
### Features
8+
9+
* **api:** api update ([59f5754](https://github.com/Modern-Treasury/modern-treasury-python/commit/59f5754bc03e0df927c98604abf9b46ef5fd49f7))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** preserve hardcoded query params when merging with user params ([fe1d412](https://github.com/Modern-Treasury/modern-treasury-python/commit/fe1d4122374854505dea6811ba577df53388862c))
15+
316
## 1.74.0 (2026-04-04)
417

518
Full Changelog: [v1.73.0...v1.74.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.73.0...v1.74.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 = "modern-treasury"
3-
version = "1.74.0"
3+
version = "1.75.0"
44
description = "The official Python library for the Modern Treasury API"
55
dynamic = ["readme"]
66
license = "MIT"

src/modern_treasury/_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__ = "modern_treasury"
4-
__version__ = "1.74.0" # x-release-please-version
4+
__version__ = "1.75.0" # x-release-please-version

0 commit comments

Comments
 (0)