Skip to content

Commit 61b5537

Browse files
0.26.5 release
1 parent bab60ea commit 61b5537

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# changelog
22

3+
4+
## 0.26.5
5+
6+
- Future-proofing against an upcoming `asn1crypto`
7+
that is already being shipped in some distro
8+
packages.
9+
- Address some timing issues in tests.
10+
311
## 0.26.4
412

513
- Bump `aiohttp` requirement to `>=3.8,<3.11`.

pyhanko_certvalidator/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
22

33

4-
__version__ = '0.26.5-dev1'
5-
__version_info__ = (0, 26, 5, 'dev1')
4+
__version__ = '0.26.5'
5+
__version_info__ = (0, 26, 5)

0 commit comments

Comments
 (0)