Skip to content

Commit 5259841

Browse files
committed
Release 0.10.3
1 parent 93ee6a4 commit 5259841

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# 0.10.2
1+
# 0.10.3
22

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

5+
# 0.10.2
6+
7+
* Release failed to publish to PyPI due to outdated build tools.
8+
Created new release (0.10.3) after updating `build` to 1.2.2.post1.
9+
510
# 0.10.1
611

712
* Fixed the patching of Requests' globally-cached `ssl.SSLContext`

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.2"
36+
__version__ = "0.10.3"

0 commit comments

Comments
 (0)