docs: release 1.2.0 and unpin downstream from the 1.1 series

Issue #10 Task 6. The install pin moves from ==1.1.* to >=1.2,<2 - left
alone, everyone following the README would have stayed silently on
1.1.2 without this fix and without a warning. Telemetry field count
re-measured via inspect.signature: still 22.
This commit is contained in:
2026-08-16 06:22:13 -04:00
parent 9dada0be9d
commit 658086e2c0
5 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ from polygateway.types import (
SourceConfig,
)
__version__ = "1.1.2"
__version__ = "1.2.0"
__all__ = [
"DEFAULT_PROFILES",