release v1.1.2 (#649)

This commit is contained in:
Inada Naoki 2025-10-08 17:56:20 +09:00 committed by GitHub
parent 0f3c4be465
commit 19b5d33ded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 20 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"):