@@ -18,7 +18,7 @@ except:
def get_version(version_tuple):
if isinstance(version_tuple[-1], basestring):
if not isinstance(version_tuple[-1], int):
return '.'.join(map(str, version_tuple[:-1])) + version_tuple[-1]
return '.'.join(map(str, version_tuple))
The note is not visible to the blocked user.