release v1.2.0

This commit is contained in:
Inada Naoki 2026-06-11 11:56:11 +09:00
parent c410a388c5
commit 771f89b965
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# 1.2.0
Release Date: TBD
Release Date: 2026-06-11
- Support free threaded Python. #654, #686
- Dropped support for Python 3.9. #656

View file

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