From aa3425e0e953d1267897b7a7888e84b8e95bc50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Sat, 19 Mar 2022 06:41:39 -0400 Subject: [PATCH] Bump Xapian version to 1.4.19 --- .github/workflows/test.yml | 4 ++-- install_xapian.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 695fe9b..5e0a333 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: python-version: ['3.7', '3.8', '3.9', '3.10'] - xapian-version: ['1.4.18'] + xapian-version: ['1.4.19'] steps: - name: Set up Python ${{ matrix.python-version }} @@ -43,7 +43,7 @@ jobs: matrix: python-version: ['3.7', '3.8', '3.9', '3.10'] django-version: ['2.2', '3.2', '4.0'] - xapian-version: ['1.4.18'] + xapian-version: ['1.4.19'] filelock-version: ['3.4.2'] exclude: # Django added python 3.10 support in 3.2.9 diff --git a/install_xapian.sh b/install_xapian.sh index ab3e42e..6045c46 100755 --- a/install_xapian.sh +++ b/install_xapian.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# first argument of the script is Xapian version (e.g. 1.4.18) +# first argument of the script is Xapian version (e.g. 1.4.19) VERSION=$1