bump version to v1.15.1

This commit is contained in:
George Panchuk
2025-07-31 21:06:24 +03:00
parent 2b0160126a
commit 981117a506
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "qdrant-client"
version = "1.15.0"
version = "1.15.1"
description = "Client library for the Qdrant vector search engine"
authors = ["Andrey Vasnetsov <andrey@qdrant.tech>"]
packages = [

View File

@@ -11,7 +11,7 @@ function stop_docker()
# Ensure current path is project root
cd "$(dirname "$0")/../"
QDRANT_LATEST="v1.15.0"
QDRANT_LATEST="v1.15.1"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
REST_PORT="6333"