Skip to content

Commit d83689d

Browse files
committed
Release v1.1.0rc2
1 parent 9e26d80 commit d83689d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.1.0rc2
2+
========
3+
4+
Release Date: 2024-08-19
5+
6+
* Update Cython to 3.0.11 for better Python 3.13 support.
7+
* Update cibuildwheel to 2.20.0 to build Python 3.13 wheels.
8+
19
1.1.0rc1
210
========
311

msgpack/__init__.py

+2-2
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, "rc1")
8-
__version__ = "1.1.0rc1"
7+
version = (1, 1, 0, "rc2")
8+
__version__ = "1.1.0rc2"
99

1010

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

0 commit comments

Comments
 (0)