Skip to content

Commit 0461bca

Browse files
release: 0.5.2
1 parent affca4a commit 0461bca

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.5.1"
2+
".": "0.5.2"
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.5.2 (2025-08-09)
4+
5+
Full Changelog: [v0.5.1...v0.5.2](https://github.com/nextbillion-ai/nextbillion-sdk-python/compare/v0.5.1...v0.5.2)
6+
7+
### Chores
8+
9+
* **internal:** fix ruff target version ([841f6b8](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/841f6b83607d1fbc81fd7760d01ad48f2c6efb83))
10+
* **internal:** update comment in script ([affca4a](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/affca4a54c56578021aa4fe0ba4c43cb1d4b3c14))
11+
* update @stainless-api/prism-cli to v5.15.0 ([5be621c](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/5be621cd6a883137ec3c379c1a64e6a12b9be1ea))
12+
313
## 0.5.1 (2025-08-06)
414

515
Full Changelog: [v0.5.0...v0.5.1](https://github.com/nextbillion-ai/nextbillion-sdk-python/compare/v0.5.0...v0.5.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nextbillionai"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "The official Python library for the nextbillion-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/nextbillionai/_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__ = "nextbillionai"
4-
__version__ = "0.5.1" # x-release-please-version
4+
__version__ = "0.5.2" # x-release-please-version

0 commit comments

Comments
 (0)