Skip to content

Commit 814463a

Browse files
committed
prep 3.1.0
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent cd70cc1 commit 814463a

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

1315
* API: `dsse.StatementBuilder` has been added. It can be used to construct an
@@ -459,7 +461,8 @@ This is a corrective release for [2.1.1].
459461

460462

461463
<!--Release URLs -->
462-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.0.0...HEAD
464+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.1.0...HEAD
465+
[3.1.0]: https://github.com/sigstore/sigstore-python/compare/v3.0.0...v3.1.0
463466
[3.0.0]: https://github.com/sigstore/sigstore-python/compare/v2.1.5...v3.0.0
464467
[2.1.5]: https://github.com/sigstore/sigstore-python/compare/v2.1.4...v2.1.5
465468
[2.1.4]: https://github.com/sigstore/sigstore-python/compare/v2.1.3...v2.1.4

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.0.0"
28+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)