Skip to content

v1.8.0 (2022-01-27)

Compare
Choose a tag to compare
@mtkennerly mtkennerly released this 27 Jan 16:54
· 148 commits to master since this release
  • Changed the build backend to poetry-core. (Contributed by fabaff)
  • Clarified serialization options that are ignored when using a custom format.
  • Relaxed dependency range of importlib-metadata for compatibility with Poetry.
  • Added epoch to Version class, default tag pattern, and format placeholders.
  • Fixed PEP 440 validation to allow multiple digits in the epoch.
  • Improved parsing of optional pattern groups so that we don't stop checking at the first one that's omitted.
  • Fixed handling of tags with post/dev stages so that they are serialized and bumped correctly when using PEP 440.