File tree 6 files changed +18
-5
lines changed
6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha. 1"
2
+ "." : " 0.1.1"
3
3
}
Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-5f5feba7202b37bb046fcbe0389f011c14816d03a3d5c2a008d9736bff840f1a .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-472ef5f1174bab055fd83756f45445b5c0f1f3f442c531dfc275ea895ec229a7 .yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.1 (2025-03-08)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.1...v0.1.1] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.1.0-alpha.1...v0.1.1 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** added latest OpenAPI specification ([ #16 ] ( https://github.com/isaacus-dev/isaacus-python/issues/16 ) ) ([ 219c568] ( https://github.com/isaacus-dev/isaacus-python/commit/219c5681bb2ad9219d66fc4d14f6787744ddd221 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * update SDK settings ([ #18 ] ( https://github.com/isaacus-dev/isaacus-python/issues/18 ) ) ([ a6f6958] ( https://github.com/isaacus-dev/isaacus-python/commit/a6f69580dd65ee3d6f1ba4f9cf6406e8cfed0998 ) )
15
+
3
16
## 0.1.0-alpha.1 (2025-03-04)
4
17
5
18
Full Changelog: [ v0.0.1-alpha.0...v0.1.0-alpha.1] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.isaacus.com](https://docs.isaac
16
16
17
17
``` sh
18
18
# install from PyPI
19
- pip install --pre isaacus
19
+ pip install isaacus
20
20
```
21
21
22
22
## Usage
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " isaacus"
3
- version = " 0.1.0-alpha. 1"
3
+ version = " 0.1.1"
4
4
description = " The official Python library for the isaacus API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "isaacus"
4
- __version__ = "0.1.0-alpha. 1" # x-release-please-version
4
+ __version__ = "0.1.1" # x-release-please-version
You can’t perform that action at this time.
0 commit comments