chore: prepare release 1.3.5

Version bump in pyproject and __init__, CHANGELOG dated 2026-09-09,
README install lower bound raised to >=1.3.5, and release-prep evidence
(remote check, gates, real gateway smoke and one bounded live probe)
recorded in the 1.3.5 validation finding.
This commit is contained in:
2026-09-09 13:21:40 -04:00
parent b4812e12c8
commit 433039be79
5 changed files with 65 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ from polygateway.types import (
ThinkingObservation,
)
__version__ = "1.3.4"
__version__ = "1.3.5"
__all__ = [
"DEFAULT_PROFILES",