File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed
Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.2 "
2+ "." : " 0.1.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0 (2025-05-07)
4+
5+ Full Changelog: [ v0.1.0-alpha.2...v0.1.0] ( https://github.com/patronus-ai/patronus-api-python/compare/v0.1.0-alpha.2...v0.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** update via SDK Studio ([ 6e54eec] ( https://github.com/patronus-ai/patronus-api-python/commit/6e54eecb248d8563655d9c145cf50ad7c20aa183 ) )
10+ * ** api:** update via SDK Studio ([ ca7401b] ( https://github.com/patronus-ai/patronus-api-python/commit/ca7401b8c3e95e4135a7ecc0e8b945ea7864fba4 ) )
11+ * ** api:** update via SDK Studio ([ 8c3d7d6] ( https://github.com/patronus-ai/patronus-api-python/commit/8c3d7d632f0490d6d7148b6ab48395ea7d4bcf9a ) )
12+
313## 0.1.0-alpha.2 (2025-05-06)
414
515Full Changelog: [ v0.1.0-alpha.1...v0.1.0-alpha.2] ( https://github.com/patronus-ai/patronus-api-python/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.patronus.ai](https://docs.patro
1616
1717``` sh
1818# install from PyPI
19- pip install --pre patronus-api
19+ pip install patronus-api
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change 11[project ]
22name = " patronus-api"
3- version = " 0.1.0-alpha.2 "
3+ version = " 0.1.0"
44description = " The official Python library for the patronus-api 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__ = "patronus_api"
4- __version__ = "0.1.0-alpha.2 " # x-release-please-version
4+ __version__ = "0.1.0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments