Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
440: Extend example to clarify 1.dev0 < 1.0.15 (#2108)
>>> from packaging.version import Version >>> Version("1.dev0") > Version("1.0.15") False
- Loading branch information