This commit is contained in:
Inada Naoki 2025-06-13 15:41:08 +09:00
parent e6445d3b92
commit 42f056f3cf
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
1.1.1
=====
Release Date: 2025-06-13
* No change from 1.1.1rc1.
1.1.1rc1
========

View file

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