Skip to content

Commit aa815c9

Browse files
0.26.4 release
1 parent df57f6c commit aa815c9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: changelog.md

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

3+
## 0.26.4
4+
5+
- Bump `aiohttp` requirement to `>=3.8,<3.11`.
6+
- Declare support for Python 3.12 and 3.13
7+
8+
39
## 0.26.3
410

511
- Bump `aiohttp` requirement to `>=3.8,<3.10`.

Diff for: 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.4-dev1'
5-
__version_info__ = (0, 26, 4, 'dev1')
4+
__version__ = '0.26.4'
5+
__version_info__ = (0, 26, 4)

0 commit comments

Comments
 (0)