From 1a6b9b00ec0ee09e3fb35498931b3f2a1da67ee0 Mon Sep 17 00:00:00 2001 From: Kelson Date: Sun, 8 Dec 2019 12:17:48 +0100 Subject: [PATCH] Release kiwix-lib 8.2.2 --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 89c77ba..df7da82 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -1,7 +1,7 @@ # This file reference all the versions of the depedencies we use in kiwix-build. main_project_versions = { - 'kiwix-lib': '8.2.1', + 'kiwix-lib': '8.2.2', 'kiwix-tools': '3.0.1', # Also need to change this in appveyor/install_kiwix-tools.cmd 'libzim': '6.0.2', 'zim-tools': '1.0.5',