Skip to content

chore(release): bump version metadata to 2026.07.2 - #3188

Merged
vpetersson merged 1 commit into
masterfrom
chore/release-2026.07.2
Jul 14, 2026
Merged

chore(release): bump version metadata to 2026.07.2#3188
vpetersson merged 1 commit into
masterfrom
chore/release-2026.07.2

Conversation

@vpetersson

Copy link
Copy Markdown
Contributor

Issues Fixed

None. Housekeeping — the version-bump commit for the already-published v2026.07.2 release never landed on master.

Description

v2026.07.2 was tagged and released on GitHub on 2026-07-13 (on the Pi 2/3 blank-screen fix), but the accompanying version bump was missed, so the in-repo version metadata still reported 2026.07.1.

  • package.json / pyproject.toml: 2026.07.12026.07.2
  • uv.lock anthias entry: 2026.7.12026.7.2 (no dependency changes; QA'd image set unaffected; uv lock --check passes)

pyproject.toml's version is the source anthias_common.version.get_anthias_release() reads, so this restores the correct release string in the System Info page, the v2 info API, and the outbound User-Agent — all of which were self-reporting 2026.07.1 on devices actually running 2026.07.2.

Reviewed the docs: install pages link to releases/latest dynamically and there is no in-repo changelog, so no prose docs needed updating.

Checklist

  • I have performed a self-review of my own code.
  • New and existing unit tests pass locally and on CI with my changes.
  • I have done an end-to-end test for Raspberry Pi devices.
  • I have tested my changes for x86 devices.
  • I added a documentation for the changes I have made (when necessary).

🤖 Generated with Claude Code

The v2026.07.2 tag and GitHub release were published (2026-07-13) but
the version-bump commit never landed on master, so the version
metadata still reported 2026.07.1.

- package.json / pyproject.toml: 2026.07.1 -> 2026.07.2
- uv.lock anthias entry: 2026.7.1 -> 2026.7.2 (no dependency changes,
  QA'd image set unaffected; `uv lock --check` passes)

pyproject's version is what anthias_common.version.get_anthias_release()
reads, so this restores the correct release string in System Info, the
v2 info API, and the outbound User-Agent.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@vpetersson
vpetersson requested a review from a team as a code owner July 14, 2026 15:58
@vpetersson vpetersson self-assigned this Jul 14, 2026
@vpetersson
vpetersson requested a review from Copilot July 14, 2026 15:58
@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR restores the in-repo release metadata to match the already-published v2026.07.2 tag, ensuring the application reports the correct release version in places that read from repo metadata.

Changes:

  • Bump Python project version in pyproject.toml from 2026.07.12026.07.2.
  • Bump JS package version in package.json from 2026.07.12026.07.2.
  • Update the anthias entry in uv.lock from 2026.7.12026.7.2 (normalized form).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updates Python package/project version metadata to 2026.07.2.
package.json Updates JS package version metadata to 2026.07.2 (see SemVer comment).
uv.lock Updates locked editable package version for anthias to 2026.7.2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
{
"name": "anthias",
"version": "2026.07.1",
"version": "2026.07.2",
@vpetersson
vpetersson merged commit 70b1f40 into master Jul 14, 2026
11 checks passed
@vpetersson
vpetersson deleted the chore/release-2026.07.2 branch July 14, 2026 16:44
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