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 d3d707a commit c83add8Copy full SHA for c83add8
semver.py
@@ -64,7 +64,7 @@ def parse(version):
64
65
# Only change it for Python > 3 as it is readonly
66
# for version 2
67
-if sys.version_info > (3, 0):
+if sys.version_info >= (3, 5):
68
VersionInfo.__doc__ = """
69
:param int major: version when you make incompatible API changes.
70
:param int minor: version when you add functionality in
0 commit comments