We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c410a38 commit 771f89bCopy full SHA for 771f89b
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# 1.2.0
2
3
-Release Date: TBD
+Release Date: 2026-06-11
4
5
- Support free threaded Python. #654, #686
6
- Dropped support for Python 3.9. #656
msgpack/__init__.py
@@ -5,7 +5,7 @@
from .ext import ExtType, Timestamp
7
version = (1, 2, 0)
8
-__version__ = "1.2.0rc1"
+__version__ = "1.2.0"
9
10
11
if os.environ.get("MSGPACK_PUREPYTHON"):
0 commit comments