Skip to content

Commit b61839b

Browse files
release: 1.60.0
1 parent f826e82 commit b61839b

4 files changed

Lines changed: 18 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.59.0"
2+
".": "1.60.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.60.0 (2025-10-22)
4+
5+
Full Changelog: [v1.59.0...v1.60.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.59.0...v1.60.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0ba705d](https://github.com/Modern-Treasury/modern-treasury-python/commit/0ba705d5415963e37bd179a78bb0b743153c89fe))
10+
* **api:** api update ([fbee782](https://github.com/Modern-Treasury/modern-treasury-python/commit/fbee7828b517d8118364eba67db3a5f311ed4ac1))
11+
* **api:** manual updates ([fad04fb](https://github.com/Modern-Treasury/modern-treasury-python/commit/fad04fb0f1614da2bae463370753a2ee4cccd1c8))
12+
13+
14+
### Chores
15+
16+
* bump `httpx-aiohttp` version to 0.1.9 ([2cf46a3](https://github.com/Modern-Treasury/modern-treasury-python/commit/2cf46a31458e96215f63d38e342c0a743c0fd9b4))
17+
318
## 1.59.0 (2025-10-10)
419

520
Full Changelog: [v1.58.0...v1.59.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.58.0...v1.59.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.59.0"
3+
version = "1.60.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.59.0" # x-release-please-version
4+
__version__ = "1.60.0" # x-release-please-version

0 commit comments

Comments
 (0)