We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8607be6 commit 2fd06b5Copy full SHA for 2fd06b5
tincan/about.py
@@ -57,6 +57,7 @@ def check_version(v):
57
:param v: the version string to check
58
:type v: list of str or unicode | tuple of str or unicode
59
:raises ValueError
60
+
61
"""
62
if v in Version.supported:
63
return
0 commit comments