Skip to content

chore(release): prepare for 8.1.55 - #89

Merged
cesarcoatl merged 1 commit into
8.1from
chore/release/8.1.55
Sep 17, 2026
Merged

cesarcoatl merged 1 commit into
8.1from
chore/release/8.1.55

Conversation

@cesarcoatl

@cesarcoatl cesarcoatl commented Sep 17, 2026

Copy link
Copy Markdown
Member

Summary by Sourcery

Prepare the project metadata and documentation for the 8.1.55 release.

Enhancements:

  • Update the package version and build metadata for the 8.1.55 release.

Documentation:

  • Update SDK and package documentation links to reference Ignition 8.1.55.

@sourcery-ai

sourcery-ai Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Prepares the package for release 8.1.55 by synchronizing version/build metadata and updating referenced Ignition SDK documentation URLs.

File-Level Changes

Change Details Files
Updates release metadata and documentation links for the 8.1.55 release.
  • Advances the package version from 8.1.52 to 8.1.55.
  • Updates the build identifier to 2026091508.
  • Repoints Ignition SDK and org.json documentation links from 8.1.54 to 8.1.55.
README.md
src/system/__version__.py

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

Comment thread src/system/__version__.py
Comment on lines +3 to +4
__version__ = "8.1.55"
__build__ = "2026091508"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@cesarcoatl
cesarcoatl merged commit 71e4533 into 8.1 Sep 17, 2026
6 checks passed
@cesarcoatl
cesarcoatl deleted the chore/release/8.1.55 branch September 17, 2026 20:07
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.

1 participant