Skip to content

Commit

Permalink
Merge pull request #395 from qdrant/release-v1.7.0
Browse files Browse the repository at this point in the history
bump version to v1.7.0
  • Loading branch information
timvisee authored Dec 8, 2023
2 parents 6426d7f + 38dfa12 commit 6d019e6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.7.x'
- '3.8.x'
- '3.9.x'
- '3.10.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Backward compatibility integration tests
run: |
export RUNNER_OS=${{ runner.os }}
QDRANT_VERSION='v1.5.1' ./tests/integration-tests.sh
QDRANT_VERSION='v1.6.1' ./tests/integration-tests.sh
shell: bash
- name: Check conversion coverage
run: |
Expand Down
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.6.9"
version = "1.7.0"
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.6.1"
QDRANT_LATEST="v1.7.0"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
REST_PORT="6333"
Expand Down

0 comments on commit 6d019e6

Please sign in to comment.