Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit b1844d4

Browse files
0.26.7 release
1 parent 034ef51 commit b1844d4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
files: |
112112
dist/*.whl
113113
dist/*.tar.gz
114-
dist/*.sigstore
114+
dist/*.sigstore.json
115115
provenance/multiple.intoto.jsonl
116116
body_path: release-body/release.md
117117
fail_on_unmatched_files: true

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# changelog
22

3+
4+
## 0.26.7
5+
6+
- No functional changes.
7+
38
## 0.26.6
49

510
- Drop Python 3.7

pyhanko_certvalidator/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
22

33

4-
__version__ = '0.26.6'
5-
__version_info__ = (0, 26, 6)
4+
__version__ = '0.26.7'
5+
__version_info__ = (0, 26, 7)

0 commit comments

Comments
 (0)