From 0ac33eeaeb62ca466cef2708ca1dd5864382a008 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 25 Oct 2024 10:56:32 -0400 Subject: [PATCH] sigstore: prep 3.5.1 (#1193) --- CHANGELOG.md | 5 ++++- sigstore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da9cab0..fb8a9706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked. ## [Unreleased] +## [3.5.1] + ### Fixed * Fixed a CLI parsing bug introduced in 3.5.0 when attempting @@ -537,7 +539,8 @@ This is a corrective release for [2.1.1]. -[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...HEAD +[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...HEAD +[3.5.1]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...v3.5.1 [3.5.0]: https://github.com/sigstore/sigstore-python/compare/v3.4.0...v3.5.0 [3.4.0]: https://github.com/sigstore/sigstore-python/compare/v3.3.0...v3.4.0 [3.3.0]: https://github.com/sigstore/sigstore-python/compare/v3.2.0...v3.3.0 diff --git a/sigstore/__init__.py b/sigstore/__init__.py index c8343f42..ccbb18c2 100644 --- a/sigstore/__init__.py +++ b/sigstore/__init__.py @@ -25,4 +25,4 @@ * `sigstore.sign`: creation of Sigstore signatures """ -__version__ = "3.5.0" +__version__ = "3.5.1"