Commit eb08d01
Release 0.0.5 (#29)
* Release 0.0.5
* Release 0.0.5: every deliverable carries the version, and the README 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.
---------
Co-authored-by: pydevices-release-automation[bot] <pydevices-release-automation[bot]@users.noreply.github.com>
Co-authored-by: Brad Barnett <127794626+bdbarnett@users.noreply.github.com>1 parent 3eeba5a commit eb08d01
10 files changed
Lines changed: 19 additions & 13 deletions
File tree
- .claude-plugin
- extension
- integrations
- claude-code-plugin/.claude-plugin
- claude-desktop-extension
- ui
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments