Skip to content

Commit 7b65290

Browse files
release: 1.6.0
1 parent 894766b commit 7b65290

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 1.6.0 (2025-04-29)
4+
5+
Full Changelog: [v1.5.0...v1.6.0](https://github.com/openintegrations/python-sdk/compare/v1.5.0...v1.6.0)
6+
7+
### Features
8+
9+
* **docs:** updating documented docs for stainless ([894766b](https://github.com/openintegrations/python-sdk/commit/894766b4eb1e79fea8f69e665c43949a4fb997ab))
10+
* **docs:** updating documented docs for stainless ([656f9df](https://github.com/openintegrations/python-sdk/commit/656f9df38b872e00b3a40750c44b9349e9055e89))
11+
* **docs:** updating documented docs for stainless ([6a870da](https://github.com/openintegrations/python-sdk/commit/6a870da7731185f03182bc6608b189ad2565efba))
12+
13+
14+
### Chores
15+
16+
* broadly detect json family of content-type headers ([900745b](https://github.com/openintegrations/python-sdk/commit/900745b8a05d6fe02ada55b2072927808db9ff61))
17+
* **ci:** only use depot for staging repos ([ccd3ab3](https://github.com/openintegrations/python-sdk/commit/ccd3ab3fc8908d94ae1010d1d86a54da6d4b6ad1))
18+
* **internal:** codegen related update ([4c57bbc](https://github.com/openintegrations/python-sdk/commit/4c57bbcf4b1f97ae9783631b414f2746f874d149))
19+
* **internal:** minor formatting changes ([17c8baa](https://github.com/openintegrations/python-sdk/commit/17c8baabef0340e6d2fdcade1588f139a4601676))
20+
321
## 1.5.0 (2025-04-23)
422

523
Full Changelog: [v1.4.0...v1.5.0](https://github.com/openintegrations/python-sdk/compare/v1.4.0...v1.5.0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openint"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "The official Python library for the Openint API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openint/_version.py

+1-1
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.5.0" # x-release-please-version
4+
__version__ = "1.6.0" # x-release-please-version

0 commit comments

Comments
 (0)