Skip to content

Version 0.5.1

Choose a tag to compare

@chrislupp chrislupp released this 24 Feb 06:10
· 159 commits to main since this release
d686c2a

This release adds some nice bells and whistles for package maintenance and installation. Version 0.5.0 was yanked, due to issues with the source distribution. This is a re-release of the source (no source changes).

Change Log

  • [feature] Transitioned away from setuptools and setup.py to a pyproject.toml
    and poetry-based package.
  • [feature] gRPC and protobuf stubs are now automatically compiled during
    installation.
  • [feature] Added test coverage report generation that is uploaded to
    coveralls.
  • [feature] Added action to upload to PyPI when a release is published.