Tags: blues/note-python
Tags
Fix web.get test to remove unsupported async_ parameter (#157) The async_ parameter was removed from web.get but the test was not updated to reflect this. Remove async_ and its rename_key_map entry from the web.get parametrize fixture. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Use setuptools-scm for automatic version management (#152) Replace manual version management with setuptools-scm which derives the version from git tags at build time. This eliminates the need for a workflow to push version updates back to main (which required a PAT). - Add setuptools-scm as build dependency - Make version field dynamic in pyproject.toml - Update publish workflow to use setuptools-scm - Remove update-version.yml workflow Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Add auto version bump workflow on tagged releases (#149) New update-version.yml workflow triggers on v* tag pushes and updates pyproject.toml on main to match the tag version. The publish workflow now sets the version from the tag in-place before building, replacing the old version mismatch check. Also bumps action versions to v4/v5. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
PreviousNext