Skip to content

Commit

Permalink
Bump to v1.7.2 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
joein authored Jan 31, 2024
1 parent 876e171 commit 7e7d4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qdrant-client"
version = "1.7.1"
version = "1.7.2"
description = "Client library for the Qdrant vector search engine"
authors = ["Andrey Vasnetsov <[email protected]>"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function stop_docker()
# Ensure current path is project root
cd "$(dirname "$0")/../"

QDRANT_LATEST="v1.7.3"
QDRANT_LATEST="v1.7.4"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
REST_PORT="6333"
Expand Down

0 comments on commit 7e7d4f2

Please sign in to comment.