mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-06-18 05:34:07 +00:00
release v1.2.0 (#692)
This commit is contained in:
parent
c410a388c5
commit
11ed0a5110
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ from .exceptions import * # noqa: F403
|
|||
from .ext import ExtType, Timestamp
|
||||
|
||||
version = (1, 2, 0)
|
||||
__version__ = "1.2.0rc1"
|
||||
__version__ = "1.2.0"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue