Skip to content

Commit 1699203

Browse files
release: 1.48.1
1 parent 502d2fe commit 1699203

4 files changed

Lines changed: 13 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.48.0"
2+
".": "1.48.1"
33
}

CHANGELOG.md

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

3+
## 1.48.1 (2025-05-21)
4+
5+
Full Changelog: [v1.48.0...v1.48.1](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.48.0...v1.48.1)
6+
7+
### Chores
8+
9+
* **ci:** fix installation instructions ([540922e](https://github.com/Modern-Treasury/modern-treasury-python/commit/540922ef843fcba0a61e472a493e70de843beb08))
10+
* **ci:** upload sdks to package manager ([8469c61](https://github.com/Modern-Treasury/modern-treasury-python/commit/8469c612cec993a9f7545e8eb36bb99cc223ed16))
11+
* **docs:** grammar improvements ([502d2fe](https://github.com/Modern-Treasury/modern-treasury-python/commit/502d2fe876ccdbfaea9103f512c6f9e5b77e83f4))
12+
313
## 1.48.0 (2025-05-09)
414

515
Full Changelog: [v1.47.1...v1.48.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.47.1...v1.48.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.48.0"
3+
version = "1.48.1"
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.48.0" # x-release-please-version
4+
__version__ = "1.48.1" # x-release-please-version

0 commit comments

Comments
 (0)