Skip to content

Commit 489074a

Browse files
committed
Release 0.9.1
1 parent a418153 commit 489074a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.9.1
2+
3+
* Fixed an issue for CPython 3.13 where `ssl.SSLSocket` and `ssl.SSLObject` certificate
4+
chain APIs would return different types.
5+
16
# 0.9.0
27

38
* Added support for Python 3.13.

src/truststore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
del _api, _sys # type: ignore[name-defined] # noqa: F821
1111

1212
__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
13-
__version__ = "0.9.0"
13+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)