Skip to content

Commit 896cfe1

Browse files
authored
sigstore: prep 3.6.1 (#1263)
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 0c6deea commit 896cfe1

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
@@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

11+
## [3.6.1]
12+
1113
### Fixed
1214

1315
* Relaxed the transitive dependency on `cryptography` to allow v43 and v44
@@ -591,7 +593,8 @@ This is a corrective release for [2.1.1].
591593

592594

593595
<!--Release URLs -->
594-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.6.0...HEAD
596+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.6.1...HEAD
597+
[3.6.0]: https://github.com/sigstore/sigstore-python/compare/v3.6.0...v3.6.1
595598
[3.6.0]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0
596599
[3.5.3]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
597600
[3.5.2]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2

sigstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
* `sigstore.sign`: creation of Sigstore signatures
2626
"""
2727

28-
__version__ = "3.6.0"
28+
__version__ = "3.6.1"

0 commit comments

Comments
 (0)