Skip to content

Commit 826af4b

Browse files
release: 0.4.0-alpha.15
1 parent 8085800 commit 826af4b

File tree

4 files changed

+11
-3
lines changed

4 files changed

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

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)