Skip to content

Commit

Permalink
prep 0.0.9 (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Jul 17, 2024
1 parent 8619721 commit fbf7558
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9]

### Added

- The `Distribution` type and APIs have been added, allowing a user to supply
Expand Down Expand Up @@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial implementation

[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...HEAD
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.9...HEAD
[0.0.9]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.5...v0.0.6
Expand Down
4 changes: 3 additions & 1 deletion src/pypi_attestations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
"""The `pypi-attestations` APIs."""

__version__ = "0.0.8"
__version__ = "0.0.9"

from ._impl import (
Attestation,
AttestationError,
AttestationType,
ConversionError,
Distribution,
Envelope,
TransparencyLogEntry,
VerificationError,
Expand All @@ -19,6 +20,7 @@
"AttestationType",
"Envelope",
"ConversionError",
"Distribution",
"TransparencyLogEntry",
"VerificationError",
"VerificationMaterial",
Expand Down

0 comments on commit fbf7558

Please sign in to comment.