Skip to content

fix: correct __version__ fallback to 0.11.1#71

Merged
pratyush618 merged 1 commit intomasterfrom
feat/audit-residue-memory-refresh
Apr 25, 2026
Merged

fix: correct __version__ fallback to 0.11.1#71
pratyush618 merged 1 commit intomasterfrom
feat/audit-residue-memory-refresh

Conversation

@pratyush618
Copy link
Copy Markdown
Collaborator

Summary

The PackageNotFoundError fallback in py_src/taskito/__init__.py:102 was left at "0.10.0" across the 0.11.0 and 0.11.1 release bumps. This PR corrects it to "0.11.1" to match pyproject.toml.

This only surfaces when taskito is imported from a source checkout without an installed wheel (e.g. an editable install that has not yet been built via uv run maturin develop), so users on a published wheel are unaffected.

Background

Caught during the audit residue sweep (audit-summary-2026-04-23.md, Section H — memory/skills + version drift). All other Section H items are documentation/memory files outside the repo's tracked tree (.claude/ and CLAUDE.md are gitignored), so this one-line correction is the only change that lands in git history.

Test plan

  • uv run python -m pytest tests/python/ -v continues to pass
  • In a fresh source checkout without an installed wheel, python -c "import taskito; print(taskito.__version__)" reports 0.11.1

@pratyush618 pratyush618 self-assigned this Apr 25, 2026
The PackageNotFoundError fallback in py_src/taskito/__init__.py was
left at 0.10.0 across the 0.11.0 and 0.11.1 release bumps. This only
surfaces when taskito is run from a source checkout without an
installed wheel (developer environments, editable installs that have
not yet been built), so users on a published wheel are unaffected.
Aligns with pyproject.toml and Cargo.toml.
@pratyush618 pratyush618 force-pushed the feat/audit-residue-memory-refresh branch from 91e95f9 to 3ad2c0c Compare April 25, 2026 09:56
@pratyush618 pratyush618 merged commit 9f5fa53 into master Apr 25, 2026
15 checks passed
@pratyush618 pratyush618 deleted the feat/audit-residue-memory-refresh branch April 25, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant