Skip to content

0.24.2

Compare
Choose a tag to compare
@coordt coordt released this 03 Jul 18:48
· 138 commits to master since this release

Compare the full difference.

Fixes

  • Fixed tag version extraction. 67eea3d

    The output of git describe uses - as a delimiter. Parsing tags caused splits in the parsing of version numbers.

    This joins all the remaining parts of the git describe with a -.

  • Fixed pydoclint configuration. 0386073