Skip to content

Commit 25770e3

Browse files
release: 0.4.0-alpha.15 (#312)
Automated Release PR --- ## 0.4.0-alpha.15 (2026-01-06) Full Changelog: [v0.4.0-alpha.14...v0.4.0-alpha.15](v0.4.0-alpha.14...v0.4.0-alpha.15) ### Bug Fixes * post training algorithm param ([#310](#310)) ([43aabc5](43aabc5)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 43aabc5 commit 25770e3

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
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.4.0-alpha.14"
2+
".": "0.4.0-alpha.15"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 108
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-5b5c7384ecc87cd37cdcfef47628d88ae84c366452114e8891d5d9cf4fde810c.yml
3-
openapi_spec_hash: 9774340e22da2895556cf845f044a69a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-faa8aea30f68f4757456ffabbaa687cace33f1dc3b3eba9cb074ca4500a6fa43.yml
3+
openapi_spec_hash: 8cea736f660e8842c3a2580469d331aa
44
config_hash: aa28e451064c13a38ddc44df99ebf52a

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.0-alpha.15 (2026-01-06)
4+
5+
Full Changelog: [v0.4.0-alpha.14...v0.4.0-alpha.15](https://github.com/llamastack/llama-stack-client-python/compare/v0.4.0-alpha.14...v0.4.0-alpha.15)
6+
7+
### Bug Fixes
8+
9+
* post training algorithm param ([#310](https://github.com/llamastack/llama-stack-client-python/issues/310)) ([43aabc5](https://github.com/llamastack/llama-stack-client-python/commit/43aabc519137199780e98fa01f6e4f553beeaba9))
10+
311
## 0.4.0-alpha.14 (2025-12-22)
412

513
Full Changelog: [v0.4.0-alpha.13...v0.4.0-alpha.14](https://github.com/llamastack/llama-stack-client-python/compare/v0.4.0-alpha.13...v0.4.0-alpha.14)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama_stack_client"
3-
version = "0.4.0-alpha.14"
3+
version = "0.4.0-alpha.15"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "MIT"

src/llama_stack_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
88

99
__title__ = "llama_stack_client"
10-
__version__ = "0.4.0-alpha.14" # x-release-please-version
10+
__version__ = "0.4.0-alpha.15" # x-release-please-version

0 commit comments

Comments
 (0)