Skip to content

Commit 0958df4

Browse files
release: 0.1.0
1 parent 6e54eec commit 0958df4

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
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.1.0-alpha.2"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

515
Full 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "patronus-api"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0"
44
description = "The official Python library for the patronus-api API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/patronus_api/_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__ = "patronus_api"
4-
__version__ = "0.1.0-alpha.2" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)