8000 prep 3.4.0 (#1168) · sigstore/sigstore-python@df51c7a · GitHub
[go: up one dir, main page]

Skip to content

Commit df51c7a

Browse files
authored
prep 3.4.0 (#1168)
1 parent 4ef03d4 commit df51c7a

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.4.0]
12+
1113
### Changed
1214

1315
* CLI: When verifying, the `--offline` flag now fully disables all online
@@ -515,7 +517,8 @@ This is a corrective release for [2.1.1].
515517

516518

517519
<!--Release URLs -->
518-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.3.0...HEAD
520+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.4.0...HEAD
521+
[3.3.0]: https://github.com/sigstore/sigstore-python/compare/v3.3.0...v3.4.0
519522
[3.3.0]: https://github.com/sigstore/sigstore-python/compare/v3.2.0...v3.3.0
520523
[3.2.0]: https://github.com/sigstore/sigstore-python/compare/v3.1.0...v3.2.0
521524
[3.1.0]: https://github.com/sigstore/sigstore-python/compare/v3.0.0...v3.1.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.3.0"
28+
__version__ = "3.4.0"

0 commit comments

Comments
 (0)
0