Skip to content

Commit 4da6c18

Browse files
authored
Merge pull request lightspeed-core#881 from tisnik/lcore-1064-updated-service-version
LCORE-1064: updated version in sources
2 parents 4479d2f + cebf35c commit 4da6c18

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/lightspeed-core/lightspeed-stack/blob/main/LICENSE)
77
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
88
[![Required Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Flightspeed-core%2Flightspeed-stack%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://www.python.org/)
9-
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.3.0)
9+
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.3.1)
1010

1111
Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.
1212

@@ -1023,4 +1023,4 @@ podman run -it $BASE_IMAGE cat /etc/yum.repos.d/ubi.repo > ubi.repo
10231023
rpm-lockfile-prototype --image $BASE_IMAGE rpms.in.yaml
10241024
```
10251025

1026-
This creates `rpms.lock.yaml` with pinned RPM versions.
1026+
This creates `rpms.lock.yaml` with pinned RPM versions.

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "Apache 2.0",
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
1515
},
16-
"version": "0.3.0"
16+
"version": "0.3.1"
1717
},
1818
"servers": [
1919
{

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# [tool.pdm.version]
1010
# source = "file"
1111
# path = "src/version.py"
12-
__version__ = "0.3.0"
12+
__version__ = "0.3.1"

tests/e2e/features/info.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Feature: Info tests
1515
Given The system is in default state
1616
When I access REST API endpoint "info" using HTTP GET method
1717
Then The status code of the response is 200
18-
And The body of the response has proper name Lightspeed Core Service (LCS) and version 0.3.0
19-
And The body of the response has llama-stack version 0.3.0
18+
And The body of the response has proper name Lightspeed Core Service (LCS) and version 0.3.1
19+
And The body of the response has llama-stack version 0.3.1
2020

2121
@skip-in-library-mode
2222
Scenario: Check if info endpoint reports error when llama-stack connection is not working

0 commit comments

Comments
 (0)