Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.79.0"
".": "1.79.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.79.1](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.79.0...v1.79.1) (2026-08-04)


### Chores

* regenerate SDKs from 0371cfa2f8d48d2b06f62453e50d5b6eb64dccf3 ([583af60](https://github.com/Modern-Treasury/modern-treasury-python/commit/583af602099e8fcc5abc26eb3987b7251bcc7ad7))
* regenerate SDKs from 2191f6bdc29650bb2462317646fe2689b92241e7 ([3e211e6](https://github.com/Modern-Treasury/modern-treasury-python/commit/3e211e6d0b0e69f3c956eed5f47e489e8288b35b))
* regenerate SDKs from 79394308401c2da912ede2ecfef7a23c8c407e1b ([d2eb026](https://github.com/Modern-Treasury/modern-treasury-python/commit/d2eb026259d0e5b1cd26a98b3a33c9cec0a69ece))

## [1.79.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.78.0...v1.79.0) (2026-07-24)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "modern-treasury"
version = "1.79.0"
version = "1.79.1"
description = "The official Python library for the Modern Treasury API"
dynamic = ["readme"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/modern_treasury/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "modern_treasury"
__version__ = "1.79.0" # x-release-please-version
__version__ = "1.79.1" # x-release-please-version
Loading