We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e102626 commit 65cec73Copy full SHA for 65cec73
annotated_logger/__init__.py
@@ -29,7 +29,7 @@
29
if TYPE_CHECKING: # pragma: no cover
30
from collections.abc import MutableMapping
31
32
-VERSION = "1.2.0" # pragma: no mutate
+VERSION = "1.2.1" # pragma: no mutate
33
34
T = TypeVar("T")
35
P = ParamSpec("P")
0 commit comments