Skip to content

Commit 58c872e

Browse files
committed
prep 0.0.16
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent ac13f6b commit 58c872e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.16]
11+
1012
### Added
1113

1214
- `Attestation.statement` has been added as a convenience API for accessing
@@ -172,7 +174,8 @@ This is a corrective release for [0.0.14].
172174

173175
- Initial implementation
174176

175-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.15...HEAD
177+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.16...HEAD
178+
[0.0.16]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.15...v0.0.15
176179
[0.0.15]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.14...v0.0.15
177180
[0.0.14]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.13...v0.0.14
178181
[0.0.13]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.12...v0.0.13

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.15"
3+
__version__ = "0.0.16"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)