Skip to content

Commit 87ff7f1

Browse files
committed
prep 3.5.3
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 276ed3d commit 87ff7f1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

11+
## [3.5.3]
12+
13+
### Fixed
14+
15+
* Corrective release for [3.5.2]
16+
1117
## [3.5.2]
1218

1319
### Fixed
@@ -545,7 +551,8 @@ This is a corrective release for [2.1.1].
545551

546552

547553
<!--Release URLs -->
548-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...HEAD
554+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...HEAD
555+
[3.5.3]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
549556
[3.5.2]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2
550557
[3.5.1]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...v3.5.1
551558
[3.5.0]: https://github.com/sigstore/sigstore-python/compare/v3.4.0...v3.5.0

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.5.1"
28+
__version__ = "3.5.3"

0 commit comments

Comments
 (0)