Hi,
Quote:
Originally Posted by kiwidude
from calibre.constants import numeric_version
Search Calibre for numeric_version to find the usages. It is basically a tuple like (0, 7, 54) that you can just do operator comparisons with. Plugin updater makes use of it.
|
Thank you!. That was exactly what I needed.
KevinH