chore: bump version to 2.7.1#70
Conversation
- pyproject.toml: 2.7.0 → 2.7.1 - __init__.py: fix stale __version__ (was 2.6.0) → 2.7.1 - CHANGELOG.md: add [2.7.1] entry (PoP default badge, private_key_path fix)
|
✅ Documentation validation passed!
|
|
✅ All checks passed! Ready for review. |
There was a problem hiding this comment.
Pull request overview
Prepares capiscio-sdk-python for the v2.7.1 PyPI release by aligning the package metadata, runtime __version__, and changelog with the intended release contents (notably the PoP default badge mode and the private_key_path keeper fix from #69).
Changes:
- Bump package version in
pyproject.tomlfrom 2.7.0 to 2.7.1. - Update
capiscio_sdk.__version__to 2.7.1 (previously stale). - Add a
CHANGELOG.mdentry for 2.7.1 describing the changed default and fixes.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Updates project/package version metadata to 2.7.1 for release packaging. |
| CHANGELOG.md | Adds 2.7.1 release notes documenting PoP-default behavior and related fixes. |
| capiscio_sdk/init.py | Updates runtime __version__ to 2.7.1 to match the release version. |
|
|
||
| ### Fixed | ||
| - Pass `private_key_path` through to badge keeper RPC start call (#69) | ||
| - Fix `__version__` in `__init__.py` (was stale at "2.6.0") |
There was a problem hiding this comment.
Fixed in ceb7d72 — bumped CORE_VERSION from "2.7.0" to "2.7.1" in capiscio_sdk/_rpc/process.py.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
✅ SDK server contract tests passed (test_server_integration.py). Cross-product scenarios are validated in capiscio-e2e-tests. |
|
✅ Documentation validation passed!
|
Ensures fresh SDK installs auto-download core v2.7.1 which includes the private_key_path fix and nil-check badge verifier needed for PoP.
|
✅ Documentation validation passed!
|
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [2.7.1] - 2026-05-14 |
|
✅ All checks passed! Ready for review. |
|
✅ SDK server contract tests passed (test_server_integration.py). Cross-product scenarios are validated in capiscio-e2e-tests. |
Version Bump: 2.7.0 → 2.7.1
Prepares the SDK for the v2.7.1 release to PyPI.
Changes
pyproject.toml: version2.7.0→2.7.1capiscio_sdk/__init__.py:__version__2.6.0→2.7.1(was stale since v2.6.0 release)CHANGELOG.md: added[2.7.1]section documenting PoP default badge mode and private_key_path fix from PR feat: make PoP (IAL-1) the default badge mode with CA fallback #69Context
v2.7.1to trigger PyPI publishcapiscio-sdk>=2.7.0— this release includes the PoP flow needed for the enforcement demo