Skip to content

Commit 3772566

Browse files
authored
Release 0.8.0
1 parent 2f3c9ba commit 3772566

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.8.0
2+
3+
* Added support for PyPy 3.10 and later.
4+
15
# 0.7.0
26

37
* Changed the error raised when using an unsupported macOS version (10.7 or earlier) from an `OSError` to an `ImportError`

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.7.0"
13+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)