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

Commit f59db1b

Browse files
0.26.0 release
1 parent 39184fb commit f59db1b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

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

3+
## 0.26.0
4+
5+
- Fix error reporting on banned algorithms in some cases
6+
- Allow caller to assert revocation status of a cert
7+
- More refined POE information tracking in experimental AdES API
38

49
## 0.25.0
510

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

0 commit comments

Comments
 (0)