File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.13]
11+
1012### Changed
1113
1214- The minimum Python version required has been brought back to ` 3.9 `
@@ -144,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144146
145147- Initial implementation
146148
147- [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.12...HEAD
149+ [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.13...HEAD
150+ [ 0.0.13 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.12...v0.0.13
148151[ 0.0.12 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.11...v0.0.12
149152[ 0.0.11 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.10...v0.0.11
150153[ 0.0.10 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.9...v0.0.10
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.12 "
3+ __version__ = "0.0.13 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments