From 96ec7b3f50282370456b39c83e5007f15a5ab639 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 22 Apr 2025 10:44:51 -0400 Subject: [PATCH] chore: prep for release v0.0.24 Signed-off-by: William Woodruff --- 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 54981fd..10baeab 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.24] + ### Added - The `GooglePublisher` type has been added to support @@ -286,7 +288,8 @@ This is a corrective release for [0.0.14]. - Initial implementation -[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...HEAD +[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...HEAD +[0.0.24]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...v0.0.24 [0.0.23]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...v0.0.23 [0.0.22]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.21...v0.0.22 [0.0.21]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.20...v0.0.21 diff --git a/src/pypi_attestations/__init__.py b/src/pypi_attestations/__init__.py index 4baff41..48caa19 100644 --- a/src/pypi_attestations/__init__.py +++ b/src/pypi_attestations/__init__.py @@ -1,6 +1,6 @@ """The `pypi-attestations` APIs.""" -__version__ = "0.0.23" +__version__ = "0.0.24" from ._impl import ( Attestation,