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 3649c15 commit 77da109Copy full SHA for 77da109
setuptools_scm/version.py
@@ -78,7 +78,7 @@ def format_choice(self, clean_format, dirty_format):
78
79
80
def meta(tag, distance=None, dirty=False, node=None, **kw):
81
- if parse_version is not None and not isinstance(tag, SetuptoolsVersion):
+ if SetuptoolsVersion is None or not isinstance(tag, SetuptoolsVersion):
82
tag = tag_to_version(tag)
83
trace('version', tag)
84
0 commit comments