Skip to content

Commit 08802ef

Browse files
authored
Bump sigstore-python to fix error and prep 0.0.19 (#75)
1 parent 64fd162 commit 08802ef

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.19]
11+
12+
This is a corrective release for [0.0.18].
13+
1014
## [0.0.18]
1115

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

202206
- Initial implementation
203207

204-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...HEAD
208+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...HEAD
209+
[0.0.19]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...v0.0.19
205210
[0.0.18]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.17...v0.0.18
206211
[0.0.17]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.16...v0.0.17
207212
[0.0.16]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.15...v0.0.16

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"packaging",
1515
"pyasn1 ~= 0.6",
1616
"pydantic >= 2.10.0",
17-
"sigstore~=3.4",
17+
"sigstore >= 3.5.3, < 3.6",
1818
"sigstore-protobuf-specs",
1919
]
2020
requires-python = ">=3.9"

src/pypi_attestations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The `pypi-attestations` APIs."""
22

3-
__version__ = "0.0.18"
3+
__version__ = "0.0.19"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)