release v1.0.6 (#564)

This commit is contained in:
Inada Naoki 2023-09-21 14:58:37 +09:00 committed by GitHub
parent e1d3d5d5c3
commit b1b0edaeed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
1.0.6rc1
========
1.0.6
=====
Release Date: 2023-09-13
Release Date: 2023-09-21
* Add Python 3.12 wheels (#517)
* Remove Python 2.7, 3.6, and 3.7 support

View file

@ -4,8 +4,8 @@ from .ext import ExtType, Timestamp
import os
version = (1, 0, 6, "rc", 1)
__version__ = "1.0.6rc1"
version = (1, 0, 6)
__version__ = "1.0.6"
if os.environ.get("MSGPACK_PUREPYTHON"):