Skip to content

Commit d5b5b29

Browse files
committed
using 9.2.3-2
1 parent 2dca8ad commit d5b5b29

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
LIBZIM_DL_VERSION: "9.2.3-1"
9+
LIBZIM_DL_VERSION: "9.2.3-2"
1010
MACOSX_DEPLOYMENT_TARGET: "12.0"
1111
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1212
# APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22
on: [push]
33

44
env:
5-
LIBZIM_DL_VERSION: "9.2.3-1"
5+
LIBZIM_DL_VERSION: "9.2.3-2"
66
MACOSX_DEPLOYMENT_TARGET: "12.0"
77

88
jobs:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- windows
99

1010
env:
11-
LIBZIM_DL_VERSION: "9.2.3-1"
11+
LIBZIM_DL_VERSION: "9.2.3-2"
1212
MACOSX_DEPLOYMENT_TARGET: "12.0"
1313
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1414
CIBW_BUILD_VERBOSITY: "3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
class Config:
35-
libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "9.1.0")
35+
libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "9.2.3-2")
3636
use_system_libzim: bool = bool(os.getenv("USE_SYSTEM_LIBZIM") or False)
3737
download_libzim: bool = not bool(os.getenv("DONT_DOWNLOAD_LIBZIM") or False)
3838

0 commit comments

Comments
 (0)