File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 3.6.1]
12
+
11
13
### Fixed
12
14
13
15
* Relaxed the transitive dependency on ` cryptography ` to allow v43 and v44
@@ -591,7 +593,8 @@ This is a corrective release for [2.1.1].
591
593
592
594
593
595
<!-- 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
595
598
[ 3.6.0 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0
596
599
[ 3.5.3 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
597
600
[ 3.5.2 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2
Original file line number Diff line number Diff line change 25
25
* `sigstore.sign`: creation of Sigstore signatures
26
26
"""
27
27
28
- __version__ = "3.6.0 "
28
+ __version__ = "3.6.1 "
You can’t perform that action at this time.
0 commit comments