Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42f056f

Browse filesBrowse files
committed
v1.1.1
1 parent e6445d3 commit 42f056f
Copy full SHA for 42f056f

File tree

Expand file treeCollapse file tree

2 files changed

+9
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-2
lines changed

‎ChangeLog.rst

Copy file name to clipboardExpand all lines: ChangeLog.rst
+7Lines 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

Copy file name to clipboardExpand all lines: msgpack/__init__.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.