release v1.2.1 (#698)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Inada Naoki 2026-06-19 00:33:29 +09:00 committed by GitHub
parent 2c56ddb5d0
commit 448d43f5dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 3 deletions

View file

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