Skip to content

Commit 44aa3eb

Browse files
authored
prep 3.6.0 (#1248)
1 parent 300b502 commit 44aa3eb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.0]
12+
1113
### Added
1214

1315
* API: The DSSE `Envelope` class now performs automatic validation
@@ -583,7 +585,8 @@ This is a corrective release for [2.1.1].
583585

584586

585587
<!--Release URLs -->
586-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...HEAD
588+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.6.0...HEAD
589+
[3.6.0]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0
587590
[3.5.3]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
588591
[3.5.2]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2
589592
[3.5.1]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...v3.5.1

sigstore/__init__.py

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

28-
__version__ = "3.5.3"
28+
__version__ = "3.6.0"

0 commit comments

Comments
 (0)