Skip to content
Snippets Groups Projects
Commit a8ef1672 authored by ale's avatar ale
Browse files

fix version comparison

parent 380cb5b9
Branches
No related tags found
No related merge requests found
......@@ -77,6 +77,6 @@ def check_version():
last_version_t = _split_version_string(match.group(1))
cur_version_t = _split_version_string(version.VERSION)
return cur_version_t <= last_version_t
return cur_version_t < last_version_t
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment