mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Release v1.0.5 (#534)
This commit is contained in:
parent
aa9ce3e2bb
commit
4c55f809fe
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
1.0.5rc1
|
||||
========
|
||||
1.0.5
|
||||
=====
|
||||
|
||||
Release Date: 2023-01-18
|
||||
Release Date: 2023-03-08
|
||||
|
||||
* Use ``__BYTE_ORDER__`` instead of ``__BYTE_ORDER`` for portability. (#513, #514)
|
||||
* Add Python 3.11 wheels (#517)
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ import os
|
|||
import sys
|
||||
|
||||
|
||||
version = (1, 0, 5, 'rc', 1)
|
||||
__version__ = "1.0.5rc1"
|
||||
version = (1, 0, 5)
|
||||
__version__ = "1.0.5"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue