chore(release): bump version metadata to 2026.07.3 - #3190
Merged
Conversation
Prepare for the next release. - package.json / pyproject.toml: 2026.07.2 -> 2026.07.3 - uv.lock anthias entry: 2026.7.2 -> 2026.7.3 (no dependency changes; `uv lock --check` passes) bun.lock carries no version field for the workspace root, so it is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_017BbxH9mN3JPpKKF3VmkeCf
|
There was a problem hiding this comment.
Pull request overview
This PR bumps Anthias’ release/version metadata to 2026.07.3 across the Python and JavaScript project manifests, and updates the uv lockfile’s editable package entry accordingly, preparing the repository for the next release.
Changes:
- Update
pyproject.tomlproject version from2026.07.2→2026.07.3. - Update
package.jsonversion from2026.07.2→2026.07.3. - Update
uv.lockeditableanthiaspackage version from2026.7.2→2026.7.3.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
uv.lock |
Bumps the lockfile’s editable anthias package version to match the release. |
pyproject.toml |
Updates the Python project version metadata to 2026.07.3. |
package.json |
Updates the JavaScript workspace/root version metadata to 2026.07.3. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the version metadata to 2026.07.3 in preparation for the next release, following the same pattern as the 2026.07.2 bump.
package.json/pyproject.toml: 2026.07.2 → 2026.07.3uv.lockanthias entry: 2026.7.2 → 2026.7.3 (no dependency changes;uv lock --checkpasses)bun.lockhas no version field for the workspace root, so it is unchanged🤖 Generated with Claude Code