Skip to content

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
NousResearch:mainfrom
Elshayib:fix/version-bump-0.15.2
Closed

fix(version): bump main branch to 0.15.2 to match latest release tag v2026.5.29.2#38103
Elshayib wants to merge 1 commit into
NousResearch:mainfrom
Elshayib:fix/version-bump-0.15.2

Conversation

@Elshayib

@Elshayib Elshayib commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary

The main branch reports version 0.15.1 / 2026.5.29 while the latest published release tag v2026.5.29.2 reports 0.15.2 / 2026.5.29.2. Since main has advanced beyond the release tag, source installs tracking origin/main appear stale/downgraded when running hermes --version.

Changes

Version metadata bumped from 0.15.10.15.2 and 2026.5.292026.5.29.2 in:

  • pyproject.toml
  • hermes_cli/__init__.py
  • acp_registry/agent.json

Verification

Version consistency check (#35142) passes — all three files now agree and match the release tag.

Fixes #38093

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
@Elshayib Elshayib requested a review from a team June 3, 2026 09:59
@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have comp/cli CLI entry point, hermes_cli/, setup wizard labels Jun 3, 2026
@teknium1

teknium1 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Thanks! The version on main does lag the latest release tag, but version bumps are owned by our release tooling (scripts/release.py) rather than hand-edited PRs — and this also touches acp_registry plus a __release_date__ literal that the release process manages. Closing for that reason, not because the version is wrong.

@teknium1 teknium1 closed this Jun 5, 2026
@Elshayib Elshayib deleted the fix/version-bump-0.15.2 branch June 7, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: main branch reports 0.15.1 after v2026.5.29.2 release

3 participants