chore(release): prepare for 8.1.55 - #89
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuidePrepares the package for release 8.1.55 by synchronizing version/build metadata and updating referenced Ignition SDK documentation URLs. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="src/system/__version__.py" line_range="3-4" />
<code_context>
-__version__ = "8.1.52"
-__build__ = "2026011309"
+__version__ = "8.1.55"
+__build__ = "2026091508"
</code_context>
<issue_to_address>
**issue (broader_impact):** The runtime version is set to 8.1.55, but the distributable package metadata in `setup.cfg` and `stubs/pyproject.toml` remains 8.1.54, so published packages continue to advertise the old release version. Commitizen configuration also remains at 8.1.54, causing subsequent release/version automation to operate from stale metadata.
**Triggers:** When either package is built or the next release is prepared.
**Suggested fix:** Update `setup.cfg`, `stubs/pyproject.toml`, and `.cz.toml` to 8.1.55, or use the configured version-bump workflow to update all version sources together.
</issue_to_address>Sourcery assessment
Approval pending. 1 finding to address first.
Blocking findings: src/system/__version__.py:4
| __version__ = "8.1.55" | ||
| __build__ = "2026091508" |
There was a problem hiding this comment.
issue (broader_impact): The runtime version is set to 8.1.55, but the distributable package metadata in setup.cfg and stubs/pyproject.toml remains 8.1.54, so published packages continue to advertise the old release version. Commitizen configuration also remains at 8.1.54, causing subsequent release/version automation to operate from stale metadata.
Triggers: When either package is built or the next release is prepared.
Suggested fix: Update setup.cfg, stubs/pyproject.toml, and .cz.toml to 8.1.55, or use the configured version-bump workflow to update all version sources together.
Summary by Sourcery
Prepare the project metadata and documentation for the 8.1.55 release.
Enhancements:
Documentation: