Skip to content

Commit 7ab24ff

Browse files
authored
Merge pull request #52 from openintegrations/release-please--branches--main--changes--next
release: 1.2.0
2 parents f70a6a8 + c8c8052 commit 7ab24ff

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
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.1.0"
2+
".": "1.2.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 9
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-2ddaae177bc94196ef55d0ce832c2bf9d2b17c0fde6c158727009f89db2511b0.yml
3-
openapi_spec_hash: 5e8c6c12fec6682beeb3f799e94f7a3a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openint%2Fopenint-f0038c91e290e6ffce873f627e8fb548c35aea1d7fa2e317997b151c159049e3.yml
3+
openapi_spec_hash: 735905a92f106aae48c80635729f44c1
44
config_hash: 3745e90e1c879ca82ecfade8dfd108df

CHANGELOG.md

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

3+
## 1.2.0 (2025-04-02)
4+
5+
Full Changelog: [v1.1.0...v1.2.0](https://github.com/openintegrations/python-sdk/compare/v1.1.0...v1.2.0)
6+
7+
### Features
8+
9+
* **docs:** updating documented docs for stainless ([#51](https://github.com/openintegrations/python-sdk/issues/51)) ([bd825cf](https://github.com/openintegrations/python-sdk/commit/bd825cf2d45569599927a6cd7cb4f70f8c56df50))
10+
311
## 1.1.0 (2025-04-02)
412

513
Full Changelog: [v1.0.0...v1.1.0](https://github.com/openintegrations/python-sdk/compare/v1.0.0...v1.1.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.1.0"
3+
version = "1.2.0"
44
description = "The official Python library for the Openint API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openint/_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ def delete_connection(
501501
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
502502
) -> DeleteConnectionResponse:
503503
"""
504+
Delete a connection
505+
504506
Args:
505507
id: The id of the connection, starts with `conn_`
506508
@@ -1308,6 +1310,8 @@ async def delete_connection(
13081310
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
13091311
) -> DeleteConnectionResponse:
13101312
"""
1313+
Delete a connection
1314+
13111315
Args:
13121316
id: The id of the connection, starts with `conn_`
13131317

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.1.0" # x-release-please-version
4+
__version__ = "1.2.0" # x-release-please-version

0 commit comments

Comments
 (0)