Skip to content

1.3.0

Compare
Choose a tag to compare
@nedbat nedbat released this 16 Apr 13:12
· 98 commits to main since this release

➡️  PyPI page: scriv 1.3.0.
➡️  To install: python3 -m pip install scriv==1.3.0

Added

  • .cfg files can now be read with literal: settings, thanks to Matias Guijarro.

Fixed

  • In compliance with PEP 440, comparing version numbers now ignores a leading "v" character. This makes scriv more flexible about how you present version numbers in various places (code literals, changelog entries, git tags, and so on). Fixes issue 89.