mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 03:53:16 +00:00
v1.1.1rc1
This commit is contained in:
parent
fe9e620a60
commit
e6445d3b92
3 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
1.1.1rc1
|
||||
========
|
||||
|
||||
Release Date: 2025-06-06
|
||||
|
||||
* Update Cython to 3.1.1 and cibuildwheel to 2.23.3.
|
||||
|
||||
1.1.0
|
||||
=====
|
||||
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#import os
|
||||
#import sys
|
||||
#sys.path.insert(0, os.path.abspath('..'))
|
||||
# import os
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import os
|
|||
from .exceptions import * # noqa: F403
|
||||
from .ext import ExtType, Timestamp
|
||||
|
||||
version = (1, 1, 0)
|
||||
__version__ = "1.1.0"
|
||||
version = (1, 1, 1, "rc1")
|
||||
__version__ = "1.1.1rc1"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue