Skip to content

Commit 0714f72

Browse files
authored
Release 0.10.4
1 parent f3143e2 commit 0714f72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.10.4
2+
3+
* Fixed a thread-safety issue when configuring the internal `ssl.SSLContext` object.
4+
15
# 0.10.3
26

37
* Added support for the system certificate bundle in Fedora 43 and later.

src/truststore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
del _api, _sys # type: ignore[name-defined] # noqa: F821
3434

3535
__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
36-
__version__ = "0.10.3"
36+
__version__ = "0.10.4"

0 commit comments

Comments
 (0)