Skip to content

Commit 3a25c99

Browse files
committed
v1.1.1rc1
1 parent fe9e620 commit 3a25c99

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.1rc1
2+
========
3+
4+
Release Date: 2025-06-06
5+
6+
* Update Cython to 3.1.1 and cibuildwheel to 2.23.3.
7+
18
1.1.0
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, 0)
8-
__version__ = "1.1.0"
7+
version = (1, 1, 1, 'rc1')
8+
__version__ = "1.1.0rc1"
99

1010

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

0 commit comments

Comments
 (0)