Rebuild kiwix-tools release

As we've fixed the github workflow triggering, we need to redo the
release process for kiwix-tools.
This commit is contained in:
Matthieu Gautier
2022-03-28 11:10:02 +02:00
parent 12824f93af
commit 4158d75d7a
2 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@ main_project_versions = {
release_versions = {
'libzim': None, # Depends of base deps (was 0)
'libkiwix': 0, # Depends of libzim (was 0)
'libkiwix': None, # Depends of libzim (was 0)
'kiwix-tools': 2, # Depends of libkiwix and libzim (was 1)
'zim-tools': None, # Depends of libzim (was 0)
'kiwix-desktop': 1 # Depends of libkiwix and libzim (was 0)
'kiwix-desktop': None # Depends of libkiwix and libzim (was 1)
}