Release 0.4.1#23
Conversation
Drop the .dev1 suffix in __init__.py and pyproject.toml and date the changelog for the device-remembering release. Tagging a v0.5.0 release then publishes it to PyPI via python-publish.yml.
|
Note on the red CI here: it isn't from the version bump, it's the same ruff / black / stale-test failures that #24 fixes (they surfaced once #22 made the test suite run on |
|
Changed to release 0.4.1, as it didn't seem like a big enough revision to warrant a change to the next number (not that I have any real criteria for what constitutes a big enough revision, mainly just vibes). |
1 similar comment
|
Changed to release 0.4.1, as it didn't seem like a big enough revision to warrant a change to the next number (not that I have any real criteria for what constitutes a big enough revision, mainly just vibes). |
What
Cut the
0.5.0release: version0.5.0.dev1->0.5.0in__init__.pyandpyproject.toml, and date the changelog[Unreleased]->[0.5.0].Why
#21 (device remembering) landed on
masteras0.5.0.dev1. Publishing a0.5.0release pushes it to PyPI viapython-publish.yml, which lets the Home Assistant integration requiredrone_mobile>=0.5.0and ship the fix to HACS users.After this merges, create a GitHub release tagged
v0.5.0to trigger the PyPI publish.