Skip to content

Release 0.0.5 - #29

Merged
bdbarnett merged 2 commits into
mainfrom
release/v0.0.5
Sep 7, 2026
Merged

Release 0.0.5#29
bdbarnett merged 2 commits into
mainfrom
release/v0.0.5

Conversation

@pydevices-release-automation

Copy link
Copy Markdown
Contributor

Automated release PR. The version is yours to change -- edit VERSION on this branch before merging if 0.0.5 is not the right call. Merging tags the version in VERSION and triggers publication; closing publishes nothing.

…install line resolves

scripts/check_versions.py has been red on main since v0.0.4: the release
PR moved VERSION and CHANGELOG while the extension, the PWA, both plugin
manifests and the marketplace entry stayed at 0.0.3. Nine sites now say
0.0.5 (npm version --no-git-tag-version for the two package.json/lock
pairs) and the check passes. mpftp.__version__ reads the root VERSION and
needs no edit; a checkout carrying a stale, untracked egg-info under
cli/src reports that artifact's version instead, which is the check
reading a build leftover, not a tenth site.

README's one-line install used -i https://test.pypi.org/simple/ alone,
which replaces PyPI and cannot resolve mpftp's dependencies -- pip stops
with ResolutionImpossible (tried 2026-09-06 in a fresh venv). It now
carries --extra-index-url https://pypi.org/simple/, the form that
installs and runs.
@bdbarnett
bdbarnett merged commit eb08d01 into main Sep 7, 2026
3 checks passed
@bdbarnett
bdbarnett deleted the release/v0.0.5 branch September 7, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant