File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed
Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha. 1"
2+ "." : " 0.1.1"
33}
Original file line number Diff line number Diff line change 11configured_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 11# Changelog
22
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+
316## 0.1.0-alpha.1 (2025-03-04)
417
518Full 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
1616
1717``` sh
1818# install from PyPI
19- pip install --pre isaacus
19+ pip install isaacus
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change 11[project ]
22name = " isaacus"
3- version = " 0.1.0-alpha. 1"
3+ version = " 0.1.1"
44description = " The official Python library for the isaacus API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__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