Skip to content

Commit

Permalink
Bump sigstore-python to fix error and prep 0.0.19 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca authored Dec 4, 2024
1 parent 64fd162 commit 08802ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion 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.19]

This is a corrective release for [0.0.18].

## [0.0.18]

### Added
Expand Down Expand Up @@ -201,7 +205,8 @@ This is a corrective release for [0.0.14].

- Initial implementation

[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...HEAD
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...HEAD
[0.0.19]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...v0.0.19
[0.0.18]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.17...v0.0.18
[0.0.17]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.16...v0.0.17
[0.0.16]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.15...v0.0.16
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"packaging",
"pyasn1 ~= 0.6",
"pydantic >= 2.10.0",
"sigstore~=3.4",
"sigstore >= 3.5.3, < 3.6",
"sigstore-protobuf-specs",
]
requires-python = ">=3.9"
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.18"
__version__ = "0.0.19"

from ._impl import (
Attestation,
Expand Down

0 comments on commit 08802ef

Please sign in to comment.