Skip to content

Commit 42f056f

Browse files
committed
v1.1.1
1 parent e6445d3 commit 42f056f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.1.1
2+
=====
3+
4+
Release Date: 2025-06-13
5+
6+
* No change from 1.1.1rc1.
7+
18
1.1.1rc1
29
========
310

msgpack/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from .exceptions import * # noqa: F403
55
from .ext import ExtType, Timestamp
66

7-
version = (1, 1, 1, "rc1")
8-
__version__ = "1.1.1rc1"
7+
version = (1, 1, 1)
8+
__version__ = "1.1.1"
99

1010

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

0 commit comments

Comments
 (0)