Skip to content

Commit 771f89b

Browse files
committed
release v1.2.0
1 parent c410a38 commit 771f89b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 1.2.0
22

3-
Release Date: TBD
3+
Release Date: 2026-06-11
44

55
- Support free threaded Python. #654, #686
66
- Dropped support for Python 3.9. #656

msgpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .ext import ExtType, Timestamp
66

77
version = (1, 2, 0)
8-
__version__ = "1.2.0rc1"
8+
__version__ = "1.2.0"
99

1010

1111
if os.environ.get("MSGPACK_PUREPYTHON"):

0 commit comments

Comments
 (0)