Skip to content

Commit ed624b1

Browse files
release: 0.1.0-alpha.1
1 parent 23281f8 commit ed624b1

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-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-
".": "0.0.1-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-03-04)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/openintegrations/python-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** manual updates ([902c691](https://github.com/openintegrations/python-sdk/commit/902c691f121e2776b1201d00e19a162cc1042068))
10+
* **api:** manual updates ([31a2107](https://github.com/openintegrations/python-sdk/commit/31a210705217385bd71aa4b9457b150cc344ea26))
11+
* **api:** manual updates ([1bc0aa4](https://github.com/openintegrations/python-sdk/commit/1bc0aa4d20fe0b771dfd0861db85144b2c482dfe))
12+
* **api:** manual updates ([735882e](https://github.com/openintegrations/python-sdk/commit/735882e65872becb2622e4b7d41faf610bdcaa73))
13+
* **docs:** updating documented docs for mintlify ([e757a5c](https://github.com/openintegrations/python-sdk/commit/e757a5cf1c3fc58a0eeccab66115c1bed18eaedc))
14+
* **docs:** updating documented docs for mintlify ([84bb147](https://github.com/openintegrations/python-sdk/commit/84bb147ab12a84d308242735e5996d2c1b15ff1d))
15+
* **docs:** updating documented docs for mintlify ([3ab7ade](https://github.com/openintegrations/python-sdk/commit/3ab7ade9e3d0e5c699ae5076e7695d1968768b57))
16+
17+
18+
### Chores
19+
20+
* configure new SDK language ([8c5b8c0](https://github.com/openintegrations/python-sdk/commit/8c5b8c098e02ffcec4af1c39b314a9177d3ca8dd))
21+
* configure new SDK language ([33af5c1](https://github.com/openintegrations/python-sdk/commit/33af5c174cae2c72e3460267cd7f0221e94a7f9d))
22+
* go live ([#1](https://github.com/openintegrations/python-sdk/issues/1)) ([23281f8](https://github.com/openintegrations/python-sdk/commit/23281f821c95e8c4ca40f030916a0ced6c59092d))
23+
* **internal:** codegen related update ([df6dad6](https://github.com/openintegrations/python-sdk/commit/df6dad620d6dc210a73d81998f090832babc06db))
24+
* **internal:** codegen related update ([2d08063](https://github.com/openintegrations/python-sdk/commit/2d0806324412bb8c471c20c3ad93204326335388))
25+
* **internal:** remove unused http client options forwarding ([5e063e4](https://github.com/openintegrations/python-sdk/commit/5e063e41489414b8843879903f0ccf07e1fa2e7e))
26+
* update SDK settings ([8018ccc](https://github.com/openintegrations/python-sdk/commit/8018ccc608e80e5b690f2962dace74de825908e6))

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 = "0.0.1-alpha.0"
3+
version = "0.1.0-alpha.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__ = "0.0.1-alpha.0" # x-release-please-version
4+
__version__ = "0.1.0-alpha.1" # x-release-please-version

0 commit comments

Comments
 (0)