FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

release v1.2.0 by methane · Pull Request #692 · msgpack/msgpack-python · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) .py  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.2.0

Release Date: TBD
Release Date: 2026-06-11

- Support free threaded Python. #654, #686
- Dropped support for Python 3.9. #656
Expand Down
2 changes: 1 addition & 1 deletion msgpack/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .ext import ExtType, Timestamp

version = (1, 2, 0)
__version__ = "1.2.0rc1"
__version__ = "1.2.0"


if os.environ.get("MSGPACK_PUREPYTHON"):
Expand Down
Loading

Back | FazBrowse Home | New Git URL