Skip to content

v1.7.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 29 Nov 17:55
· 17 commits to main since this release
  • Adds mypy and type hinting via py.typed
  • Simplifies template module (removes unused class)
  • Adds missing __all__ variable to __init__.py
  • Simplifies the lint step of the build by only running checks once (previously some checks were getting run twice)
  • Tests against Python 3.10