Skip to content

Commit 7ddad6e

Browse files
committed
Release 0.7.0
1 parent 1c8e93b commit 7ddad6e

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.7.0
2+
3+
* Changed the error raised when using an unsupported macOS version (10.7 or earlier) from an `OSError` to an `ImportError`
4+
to match the error raised in other situations where the module isn't supported.
5+
16
# 0.6.1
27

38
* Fixed issue where a `RecursionError` that would be raised when setting `SSLContext.minimum_version` or `.maximum_version`.

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.6.1"
13+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)