Skip to content

fix: bump version from 0.15.1 to 0.15.2 to match release tag v2026.5.29.2#38619

Closed
alaamohanad169-ship-it wants to merge 1 commit into
NousResearch:mainfrom
alaamohanad169-ship-it:auto-fix-38618
Closed

fix: bump version from 0.15.1 to 0.15.2 to match release tag v2026.5.29.2#38619
alaamohanad169-ship-it wants to merge 1 commit into
NousResearch:mainfrom
alaamohanad169-ship-it:auto-fix-38618

Conversation

@alaamohanad169-ship-it

Copy link
Copy Markdown
Contributor

Summary

Bumps the version in pyproject.toml and hermes_cli/__init__.py from 0.15.1 to 0.15.2 to match release tag v2026.5.29.2.

Problem

After release tag v2026.5.29.2 was created with version 0.15.2, the version on main was not updated — it remained at 0.15.1. This caused confusing behavior where:

  1. hermes update pulls main which still reports 0.15.1
  2. Users see "Update available: N commits behind — run hermes update"
  3. Running hermes update does not resolve the version mismatch
  4. The official GitHub release shows v0.15.2 but the CLI reports v0.15.1

Changes

File Before After
pyproject.toml version = \"0.15.1\" version = \"0.15.2\"
hermes_cli/__init__.py __version__ = \"0.15.1\", __release_date__ = \"2026.5.29\" __version__ = \"0.15.2\", __release_date__ = \"2026.5.29.2\"

Closes #38618

Verification

  • Version bumped in pyproject.toml — used by pip/uv builds
  • Version bumped in hermes_cli/__init__.py — displayed in CLI banner
  • Release date matches the tag v2026.5.29.2
  • Branch created, committed, pushed to fork

@alt-glitch alt-glitch added type/bug Something isn't working comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have labels Jun 4, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #38103, which performs the same 0.15.1 -> 0.15.2 version bump (and also updates acp_registry/agent.json). Consolidating on whichever lands first.

@alaamohanad169-ship-it alaamohanad169-ship-it marked this pull request as ready for review June 5, 2026 06:41
@alaamohanad169-ship-it alaamohanad169-ship-it requested a review from a team June 5, 2026 06:41
@alaamohanad169-ship-it alaamohanad169-ship-it deleted the auto-fix-38618 branch June 6, 2026 02:13
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.

Update reports 7 commits behind / remains on 0.15.1 when main differs from latest release tag 0.15.2

2 participants