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

Commit 26103ef

Browse files
0.26.1 release
1 parent f56d3f9 commit 26103ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

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

3+
## 0.26.1
4+
5+
- Handle nonspecific OCSP validation errors cleanly during validation.
6+
37
## 0.26.0
48

59
- Fix error reporting on banned algorithms in some cases

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.1-dev1'
5-
__version_info__ = (0, 26, 1, 'dev1')
4+
__version__ = '0.26.1'
5+
__version_info__ = (0, 26, 1)

0 commit comments

Comments
 (0)