Skip to content

Commit

Permalink
chore: prep 0.0.20
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Dec 11, 2024
1 parent 598de57 commit 25d80e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.20]

- Explicitly support sigstore-python 3.6.

## [0.0.19]

This is a corrective release for [0.0.18].
Expand Down
2 changes: 1 addition & 1 deletion src/pypi_attestations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The `pypi-attestations` APIs."""

__version__ = "0.0.19"
__version__ = "0.0.20"

from ._impl import (
Attestation,
Expand Down

0 comments on commit 25d80e7

Please sign in to comment.