Skip to content

Commit 350205c

Browse files
authored
bump to v1.13.0 (#884)
1 parent fb9e2d0 commit 350205c

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
@@ -64,7 +64,7 @@ jobs:
6464
- name: Backward compatibility integration tests
6565
run: |
6666
export RUNNER_OS=${{ runner.os }}
67-
QDRANT_VERSION='v1.11.5' ./tests/integration-tests.sh
67+
QDRANT_VERSION='v1.12.6' ./tests/integration-tests.sh
6868
shell: bash
6969
- name: Run fastembed tests without fastembed
7070
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.12.2"
3+
version = "1.13.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.12.5"
14+
QDRANT_LATEST="v1.13.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)