File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
2020requires-python = " >=3.9"
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.18 "
3+ __version__ = "0.0.19 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments