Skip to content

Commit a1d538f

Browse files
release: 1.6.1
1 parent 8bac923 commit a1d538f

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

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

3+
## 1.6.1 (2025-05-10)
4+
5+
Full Changelog: [v1.6.0...v1.6.1](https://github.com/openintegrations/python-sdk/compare/v1.6.0...v1.6.1)
6+
7+
### Chores
8+
9+
* **internal:** avoid errors for isinstance checks on proxies ([9ee5f5e](https://github.com/openintegrations/python-sdk/commit/9ee5f5e1d27707d72f2493b0c1ea1670d04a2852))
10+
* **internal:** avoid lint errors in pagination expressions ([8bac923](https://github.com/openintegrations/python-sdk/commit/8bac923acbe2aa243c01d6e066b171370e04cceb))
11+
* remove custom code ([e353f63](https://github.com/openintegrations/python-sdk/commit/e353f63ea4a699a6980138facc41d7b7cfdf67ba))
12+
* sync repo ([52ac08c](https://github.com/openintegrations/python-sdk/commit/52ac08c3179acfa776adbde54a3055786a0ba3ea))
13+
314
## 1.5.0 (2025-04-23)
415

516
Full Changelog: [v1.4.0...v1.5.0](https://github.com/openintegrations/python-sdk/compare/v1.4.0...v1.5.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 = "openint"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "The official Python library for the Openint API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openint/_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__ = "openint"
4-
__version__ = "1.6.0" # x-release-please-version
4+
__version__ = "1.6.1" # x-release-please-version

0 commit comments

Comments
 (0)