Skip to content

Dynamic Versioning & Automated Releases

Choose a tag to compare

@sscovil sscovil released this 24 Sep 04:36
· 8 commits to main since this release

This release makes no changes to the dev CLI itself, but it removes an unnecessary dev dependency on pip-tools as well as the requirements.txt and requirements-dev.txtfiles, in favor of using thepip install -e ".[dev]"` command.

It also uses setuptools_scm to synchronize the package version with GitHub release tags; and adds a GitHub Action to automate the publication of new versions when a GitHub release is published.