From 64fd16247a446c1806aa3cb75e1496a9a9f5af28 Mon Sep 17 00:00:00 2001 From: dm Date: Wed, 27 Nov 2024 21:51:44 +0100 Subject: [PATCH] Prepare version 0.0.18 (#74) --- CHANGELOG.md | 5 ++++- src/pypi_attestations/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688b485..15bb02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.18] + ### Added - The `Attestation` type now has a `certificate_claims` property to expose @@ -199,7 +201,8 @@ This is a corrective release for [0.0.14]. - Initial implementation -[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.17...HEAD +[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...HEAD +[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 [0.0.15]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.14...v0.0.15 diff --git a/src/pypi_attestations/__init__.py b/src/pypi_attestations/__init__.py index 4b1791d..6f8e9e1 100644 --- a/src/pypi_attestations/__init__.py +++ b/src/pypi_attestations/__init__.py @@ -1,6 +1,6 @@ """The `pypi-attestations` APIs.""" -__version__ = "0.0.17" +__version__ = "0.0.18" from ._impl import ( Attestation,