chore: release v0.21.5 (2026.9.24)
Some checks are pending
Install & Update E2E / Pick release tags (push) Waiting to run
Install & Update E2E / Expand combinations (push) Blocked by required conditions
Install & Update E2E / ${{ matrix.name }} (push) Blocked by required conditions
Install & Update E2E / Upload leg player (push) Waiting to run
Install & Update E2E / Result chart (push) Blocked by required conditions
Live provider canaries / Live provider canaries (push) Waiting to run

This commit is contained in:
teknium1
2026-09-24 02:59:46 -07:00
committed by Teknium
parent 88dee3e866
commit f97608f178
3 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
import os
import sys
__version__ = "0.21.4"
__release_date__ = "2026.9.21"
__version__ = "0.21.5"
__release_date__ = "2026.9.24"
def _ensure_utf8():

View File

@@ -2,7 +2,7 @@
[project]
name = "hermes-agent"
version = "0.21.4"
version = "0.21.5"
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
readme = "README.md"
# Upper bound is load-bearing, not cosmetic. uv resolves the project's

2
uv.lock generated
View File

@@ -1729,7 +1729,7 @@ wheels = [
[[package]]
name = "hermes-agent"
version = "0.21.4"
version = "0.21.5"
source = { editable = "." }
dependencies = [
{ name = "certifi" },