Skip to content

Commit 326adef

Browse files
committed
bump version to v1.18.0
1 parent e9ec2c0 commit 326adef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
HF_TOKEN: ${{ secrets.HF_TOKEN }}
6969
run: |
70-
QDRANT_VERSION='v1.16.3' ./tests/integration-tests.sh
70+
QDRANT_VERSION='v1.17.1' ./tests/integration-tests.sh
7171
shell: bash
7272
- name: Upload failed snapshot if tests fail
7373
if: failure()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qdrant-client"
3-
version = "1.17.1"
3+
version = "1.18.0"
44
description = "Client library for the Qdrant vector search engine"
55
authors = ["Andrey Vasnetsov <andrey@qdrant.tech>"]
66
packages = [

tests/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function stop_docker()
1111
# Ensure current path is project root
1212
cd "$(dirname "$0")/../"
1313

14-
QDRANT_LATEST="v1.17.0"
14+
QDRANT_LATEST="v1.18.0"
1515
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
1616
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
1717
REST_PORT="6333"

0 commit comments

Comments
 (0)