Skip to content

Commit 6cb0a60

Browse files
committed
bump version to v1.14.0
1 parent b0c49ee commit 6cb0a60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
HF_TOKEN: ${{ secrets.HF_TOKEN }}
6868
run: |
69-
QDRANT_VERSION='v1.12.6' ./tests/integration-tests.sh
69+
QDRANT_VERSION='v1.13.6' ./tests/integration-tests.sh
7070
shell: bash
7171
- name: Run fastembed tests without fastembed
7272
run: |

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.13.3"
3+
version = "1.14.0"
44
description = "Client library for the Qdrant vector search engine"
55
authors = ["Andrey Vasnetsov <[email protected]>"]
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.13.4"
14+
QDRANT_LATEST="v1.14.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)