We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ee6a4 commit 5259841Copy full SHA for 5259841
2 files changed
CHANGELOG.md
@@ -1,7 +1,12 @@
1
-# 0.10.2
+# 0.10.3
2
3
* Added support for the system certificate bundle in Fedora 43 and later.
4
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
10
# 0.10.1
11
12
* Fixed the patching of Requests' globally-cached `ssl.SSLContext`
src/truststore/__init__.py
@@ -33,4 +33,4 @@
33
del _api, _sys # type: ignore[name-defined] # noqa: F821
34
35
__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
36
-__version__ = "0.10.2"
+__version__ = "0.10.3"
0 commit comments