Skip to content

0.30.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 13:30
· 26 commits to master since this release

Compare the full difference.

Fixes

  • Fix #388 - python3.8 type hint compatibility. 5744f86

    This should address the following error when running bump-my-version
    in a python3.8 environment:

        def is_subpath(parent: Path | str, path: Path | str) -> bool:
    **typeerror:** unsupported operand type(s) for |: 'type' and 'type'
    
    

Other