release v1.2.0 (#692)

This commit is contained in:
Inada Naoki 2026-06-11 12:29:41 +09:00 committed by GitHub
parent c410a388c5
commit 11ed0a5110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"):