release: v1.2.0 — adoption polish and publish pipeline (WP-0005)
Some checks failed
ci / test (push) Failing after 35s
Publish Python package / publish (push) Successful in 3m46s

Bump version to 1.2.0. Fleet parity, install doc sync, Gitea publish workflow
fixes, and Helix reciprocal doc link. Closes KAIZEN-WP-0005.
This commit is contained in:
2026-06-17 00:53:12 +02:00
parent 11a35d18d8
commit 297afed823
4 changed files with 11 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ It also includes a comprehensive agent distribution system for sharing
specialized agents across projects via CLI tools and package management.
"""
__version__ = "1.1.0"
__version__ = "1.2.0"
__author__ = "Kaizen Agentic Team"
from .core import Agent, AgentConfig