Skip to content

fix: Sync version in __init__.py with pyproject.toml#202

Merged
rdmueller merged 3 commits intodocToolchain:mainfrom
raifdmueller:fix/sync-version-in-init
Jan 26, 2026
Merged

fix: Sync version in __init__.py with pyproject.toml#202
rdmueller merged 3 commits intodocToolchain:mainfrom
raifdmueller:fix/sync-version-in-init

Conversation

@raifdmueller
Copy link
Collaborator

Problem

The version in src/dacli/__init__.py was still 0.4.0 while pyproject.toml was already updated to 0.4.2 in PR #201. This caused dacli --version to show the incorrect version number.

Solution

Updated __init__.py to version 0.4.2 to match pyproject.toml.

Testing

  • All 501 tests pass ✅
  • Version sync verified

🤖 Generated with Claude Code

raifdmueller and others added 3 commits January 26, 2026 23:23
The version in __init__.py was still 0.4.0 while pyproject.toml
was already updated to 0.4.2. This caused --version to show
incorrect version number.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Clarify that version bumps require updating 3 files:
- pyproject.toml (manual)
- src/dacli/__init__.py (manual)
- uv.lock (via uv sync)

This prevents the issue where --version shows incorrect version.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@rdmueller rdmueller merged commit f38de5e into docToolchain:main Jan 26, 2026
3 checks passed
@raifdmueller raifdmueller deleted the fix/sync-version-in-init branch January 26, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants