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.
09bf21b
Fixed bug originated from switching from distutils.StrictVersion to packaging.version.Version.
distutils.StrictVersion
packaging.version.Version
The new Version object does not have the attribute Version.version anymore, so .version[0] was replaced by .major
Version
Version.version