mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
Release v1.1.0rc2 (#619)
This commit is contained in:
parent
9e26d80ab2
commit
9d0c7f2f9c
3 changed files with 11 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ import os
|
|||
from .exceptions import * # noqa: F403
|
||||
from .ext import ExtType, Timestamp
|
||||
|
||||
version = (1, 1, 0, "rc1")
|
||||
__version__ = "1.1.0rc1"
|
||||
version = (1, 1, 0, "rc2")
|
||||
__version__ = "1.1.0rc2"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue