fix(version): bump main branch to 0.15.2 to match latest release tag v2026.5.29.2#38103
Closed
Elshayib wants to merge 1 commit into
Closed
fix(version): bump main branch to 0.15.2 to match latest release tag v2026.5.29.2#38103Elshayib wants to merge 1 commit into
Elshayib wants to merge 1 commit into
Conversation
The main branch reported 0.15.1 / 2026.5.29 while the latest published release tag v2026.5.29.2 reports 0.15.2 / 2026.5.29.2. This caused source installs tracking origin/main to appear stale/downgraded. Update pyproject.toml, hermes_cli/__init__.py, and acp_registry/agent.json to match the release tag metadata. Fixes NousResearch#38093
Contributor
|
Thanks! The version on |
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.
Summary
The
mainbranch reports version0.15.1/2026.5.29while the latest published release tagv2026.5.29.2reports0.15.2/2026.5.29.2. Sincemainhas advanced beyond the release tag, source installs trackingorigin/mainappear stale/downgraded when runninghermes --version.Changes
Version metadata bumped from
0.15.1→0.15.2and2026.5.29→2026.5.29.2in:pyproject.tomlhermes_cli/__init__.pyacp_registry/agent.jsonVerification
Version consistency check (
#35142) passes — all three files now agree and match the release tag.Fixes #38093