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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new release contains:
semver.max_ver
semver.min_ver
None
__getitem__
The text was updated successfully, but these errors were encountered:
Prepare 2.10.2 release (python-semver#271)
ed3a304
* Update CHANGELOG.rst * Raise version number
af5456f
Merge pull request #272 from tomschr/release/2.10.2
e2532b2
Create 2.10.2 release (#271)
tomschr
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
The new release contains:
Deprecate min_ver/max_ver and use builtin max()/min() functions #160: Deprecatesemver.max_ver
andsemver.min_ver
__getitem__ returnsNone
for version parts that are falsy #260 Fixed__getitem__
returning None on wrong partsThe text was updated successfully, but these errors were encountered: