Merge branch 'main' into nogil

This commit is contained in:
Inada Naoki 2025-10-08 18:31:29 +09:00 committed by GitHub
commit 31f8f8bc42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 53 additions and 51 deletions

View file

@ -4,8 +4,8 @@ import os
from .exceptions import * # noqa: F403
from .ext import ExtType, Timestamp
version = (1, 1, 1)
__version__ = "1.1.1"
version = (1, 1, 2)
__version__ = "1.1.2"
if os.environ.get("MSGPACK_PUREPYTHON"):