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.
2 parents 6e9b5dd + 7821da8 commit 670e532Copy full SHA for 670e532
setuptools_scm/version.py
@@ -47,7 +47,7 @@ def tag_to_version(tag):
47
# also required for old versions of setuptools
48
49
version = tag.rsplit('-', 1)[-1].lstrip('v')
50
- if parse_version is None:
+ if VERSION_CLASS is None:
51
return version
52
version = parse_version(version)
53
trace('version', repr(version))
0 commit comments