From 896cfe13105495e6dc6f8faf23e1007da35edeeb Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 19 Dec 2024 17:07:55 +0000 Subject: [PATCH] sigstore: prep 3.6.1 (#1263) Signed-off-by: William Woodruff --- CHANGELOG.md | 5 ++++- sigstore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbd36432..7104a6747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked. ## [Unreleased] +## [3.6.1] + ### Fixed * Relaxed the transitive dependency on `cryptography` to allow v43 and v44 @@ -591,7 +593,8 @@ This is a corrective release for [2.1.1]. -[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.6.0...HEAD +[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.6.1...HEAD +[3.6.0]: https://github.com/sigstore/sigstore-python/compare/v3.6.0...v3.6.1 [3.6.0]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0 [3.5.3]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3 [3.5.2]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2 diff --git a/sigstore/__init__.py b/sigstore/__init__.py index 82953f0d2..c5e18e0bf 100644 --- a/sigstore/__init__.py +++ b/sigstore/__init__.py @@ -25,4 +25,4 @@ * `sigstore.sign`: creation of Sigstore signatures """ -__version__ = "3.6.0" +__version__ = "3.6.1"