Skip to content

Commit

Permalink
Merge pull request #751 from kiwix/release-zim-tools-4.5.0
Browse files Browse the repository at this point in the history
Release zim-tools 3.5.0
  • Loading branch information
kelson42 authored Sep 8, 2024
2 parents d8071bd + 1ab240d commit 507d05a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kiwixbuild/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libzim": "9.2.3",
"libkiwix": "14.0.0",
"kiwix-tools": "3.7.0",
"zim-tools": "3.4.2",
"zim-tools": "3.5.0",
"kiwix-desktop": "2.3.1",
}

Expand All @@ -23,10 +23,10 @@
# - Else, increment the value. If no value was present, see `(was ...)`.

release_versions = {
"libzim": 2, # Depends of base deps (was 1)
"libzim": None, # Depends of base deps (was 2)
"libkiwix": None, # Depends of libzim (was 4)
"kiwix-tools": None, # Depends of libkiwix and libzim (was 2)
"zim-tools": None, # Depends of libzim (was 0)
"zim-tools": 0, # Depends of libzim (was None)
"kiwix-desktop": None, # Depends of libkiwix and libzim (was 4)
}

Expand Down

0 comments on commit 507d05a

Please sign in to comment.