File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
build /*
3
3
dist /*
4
4
.tox
5
+ .python-version
5
6
* .pyc
6
7
* .pyo
7
8
* .so
Original file line number Diff line number Diff line change
1
+ 1.0.7
2
+ =====
3
+
4
+ Release Date: 2023-09-28
5
+
6
+ * Fix build error of extension module on Windows. (#567)
7
+ * ``setup.py `` doesn't skip build error of extension module. (#568)
8
+
9
+
1
10
1.0.6
2
11
=====
3
12
4
13
Release Date: 2023-09-21
5
14
15
+ .. note ::
16
+ v1.0.6 Wheels for Windows don't contain extension module.
17
+ Please upgrade to v1.0.7 or newer.
18
+
6
19
* Add Python 3.12 wheels (#517)
7
20
* Remove Python 2.7, 3.6, and 3.7 support
8
21
Original file line number Diff line number Diff line change 4
4
import os
5
5
6
6
7
- version = (1 , 0 , 6 )
8
- __version__ = "1.0.6 "
7
+ version = (1 , 0 , 7 )
8
+ __version__ = "1.0.7 "
9
9
10
10
11
11
if os .environ .get ("MSGPACK_PUREPYTHON" ):
You can’t perform that action at this time.
0 commit comments