Skip to content

Commit

Permalink
0.26.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Nov 18, 2023
1 parent 7c80ac3 commit b80f9ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 0.26.2

- Bump some dependency versions.

## 0.26.1

- Handle nonspecific OCSP validation errors cleanly during validation.
Expand Down
4 changes: 2 additions & 2 deletions pyhanko_certvalidator/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8


__version__ = '0.26.2-dev1'
__version_info__ = (0, 26, 2, 'dev1')
__version__ = '0.26.2'
__version_info__ = (0, 26, 2)

0 comments on commit b80f9ac

Please sign in to comment.