Skip to content

pyHanko 0.18.0 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@MatthiasValvekens MatthiasValvekens released this 26 Apr 21:03
· 222 commits to master since this release
v0.18.0
9c46e38

The release will be published to PyPI. Documentation is available on ReadTheDocs.

Important remark: This is the first pyHanko release to make use of GitHub Actions to publish and sign release artifacts. The CI signing workflow uses Sigstore to bind the published artifacts to pyHanko's "GitHub identity", as it were. For the time being, releases will continue to be manually signed with GPG in addition. My PGP key fingerprint is 9C41 44F3 5E74 2C88 A5D2 563C 15F4 2BEF A159 BA54, the same as for previous releases.

Should you want to validate the .sigstore signature bundles, download all the artifacts into a single folder, install sigstore from pip and run the following command:

sigstore verify github \
    --cert-identity https://github.com/MatthiasValvekens/pyHanko/.github/workflows/release.yml@refs/tags/v0.18.0 \
    pyHanko*.tar.gz pyHanko*.whl

Note: This release also marks pyHanko’s move to beta status. That doesn’t mean that it’s feature-complete in every respect, but it does mean that we’ve now entered a stabilisation phase in anticipation of the 1.0.0 release, so until then the focus will be on fixing bugs and clearing up issues in the documentation (in particular regarding the API contract). After the 1.0.0 release, pyHanko will simply follow SemVer.

Change log

The release notes for the 0.18.0 release are available here.