Skip to content

Commit e5bf4ea

Browse files
release: 1.76.0
1 parent 0e4acfb commit e5bf4ea

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-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.75.0"
2+
".": "1.76.0"
33
}

CHANGELOG.md

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

3+
## 1.76.0 (2026-04-15)
4+
5+
Full Changelog: [v1.75.0...v1.76.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.75.0...v1.76.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0e4acfb](https://github.com/Modern-Treasury/modern-treasury-python/commit/0e4acfb9f839239e6734a45837c3a1b95f5f671d))
10+
* **api:** api update ([1faeca6](https://github.com/Modern-Treasury/modern-treasury-python/commit/1faeca66d76274432369b7a7fd108065a84f7a70))
11+
* **api:** api update ([bf7172a](https://github.com/Modern-Treasury/modern-treasury-python/commit/bf7172a1023e626eb96b78e972bc26395a3bec47))
12+
* **api:** api update ([0261895](https://github.com/Modern-Treasury/modern-treasury-python/commit/026189540e80fa8c4a464c1a725be9933f5b7e35))
13+
* **api:** api update ([f51a102](https://github.com/Modern-Treasury/modern-treasury-python/commit/f51a102e195f3cca5e08ebe34c72a658181ef39c))
14+
* **api:** api update ([855300b](https://github.com/Modern-Treasury/modern-treasury-python/commit/855300b17c4e8a7b84672de36a88aeb57e512a3a))
15+
* **api:** api update ([7f0c775](https://github.com/Modern-Treasury/modern-treasury-python/commit/7f0c77545e2ba4fa91139c52a1d766d9b119de3b))
16+
17+
18+
### Bug Fixes
19+
20+
* ensure file data are only sent as 1 parameter ([fe65054](https://github.com/Modern-Treasury/modern-treasury-python/commit/fe6505411e33f91eafe89b04c22db4d2290c3bf1))
21+
22+
23+
### Documentation
24+
25+
* improve examples ([a009452](https://github.com/Modern-Treasury/modern-treasury-python/commit/a009452a06a74c1a4a7bfdeac789400af807837b))
26+
327
## 1.75.0 (2026-04-08)
428

529
Full Changelog: [v1.74.0...v1.75.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.74.0...v1.75.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.75.0"
3+
version = "1.76.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.75.0" # x-release-please-version
4+
__version__ = "1.76.0" # x-release-please-version

0 commit comments

Comments
 (0)