Skip to content

Commit b1b0eda

Browse files
authored
release v1.0.6 (#564)
1 parent e1d3d5d commit b1b0eda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ChangeLog.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
1.0.6rc1
2-
========
1+
1.0.6
2+
=====
33

4-
Release Date: 2023-09-13
4+
Release Date: 2023-09-21
55

66
* Add Python 3.12 wheels (#517)
77
* Remove Python 2.7, 3.6, and 3.7 support

msgpack/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import os
55

66

7-
version = (1, 0, 6, "rc", 1)
8-
__version__ = "1.0.6rc1"
7+
version = (1, 0, 6)
8+
__version__ = "1.0.6"
99

1010

1111
if os.environ.get("MSGPACK_PUREPYTHON"):

0 commit comments

Comments
 (0)