From f040a111d7d77963569fe22e5bf820313bf2ca2c Mon Sep 17 00:00:00 2001 From: abetlen Date: Sun, 7 Jun 2026 03:28:01 -0700 Subject: [PATCH] chore: bump version to 0.3.27 --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6a7d969b..229921847f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.27] + - feat: update llama.cpp to ggml-org/llama.cpp@465b1f0e7 - feat(example): Updated server example (batch processing, multi-token prediction, `/v1/responses` api, response parsing) by @abetlen in #2174 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index bbfb73de3f..369f24ca88 100644 --- a/llama_cpp/__init__.py +++ b/llama_cpp/__init__.py @@ -1,4 +1,4 @@ from .llama_cpp import * from .llama import * -__version__ = "0.3.26" +__version__ = "0.3.27"